A tutorial about how to use JLint, Lint4j, and similar such utilities. "Lint-like-utilities" are programs that take in Java Source code as input, and produce, as output, a report of "possible" ...
Implementation of a Flutter lint which warns the user not to use List and to prefer using IList instead. This lint has an associated quick fix which allows the user to replace the List with an IList.