strict_analyzer 0.4.0+2 copy "strict_analyzer: ^0.4.0+2" to clipboard
strict_analyzer: ^0.4.0+2 copied to clipboard

outdated

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

Strict analyzer #

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

You can always change the severity of lints or ignore individual lint rule. If you need more information about the analyzer and linter rules, read this static analysis details.

Also you can read about supported Lint Rules.

Getting Started #

  • Add a dev dependency in your pubspec.yaml
dev_dependencies:
  strict_analyzer: ^0.4.0
  • Place an analysis_options.yaml at the root of your package.

  • Include the next line in your analysis_options.yaml:

include: package:strict_analyzer/analysis_options.yaml
10
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on strict_analyzer