linter 0.1.83 linter: ^0.1.83 copied to clipboard
The implementation of the lint rules supported by the analyzer framework. This package is not intended to be used directly.
Examples #
Some example analysis options files.
- all.yaml - auto-generated options enabling all lints.
- effective-dart - a manually maintained list of lints that correspond to "Effective Dart" recommendations.
For more on lint rule sets see the analyzer docs on customizing static analysis.
For a canonical set of rules used internally at Google and by an increasing number of tools, see
package:pedantic
.