linter 0.1.80 linter: ^0.1.80 copied to clipboard
A linter for Dart, bundled with the SDK, that helps enforce coding style, flags potentially difficult to maintain, error-prone or non-performant source and generally nudges you towards writing more id [...]
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
.