linter 0.1.81 copy "linter: ^0.1.81" to clipboard
linter: ^0.1.81 copied to clipboard

unlistedoutdated

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 [...]

example/readme.md

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.

76
likes
0
pub points
86%
popularity

Publisher

verified publishertools.dart.dev

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 idiomatic Dart. This package is vended into the SDK, where it is plugged into the analyzer framework; it is not intended to be used directly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, glob, meta, source_span, yaml

More

Packages that depend on linter