linter 0.1.126 linter: ^0.1.126 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.
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
.
For a manually maintained set of rules corresponding to the Effective Dart guide, see
package:effective_dart
.