stanalysis 1.0.0 copy "stanalysis: ^1.0.0" to clipboard
stanalysis: ^1.0.0 copied to clipboard

Opinionated static analyzer rule set to keep a Dart codebase maintainable.

Stanalysis #

This package provides an opinionated Dart linter rule set that help to keep a codebase maintainable. The rules provided by this package listed in lib/analysis_options.yaml.

Take a look at Linter for Dart to get acquainted with all the rules available for Dart.

Usage #

To use the lints, add a dev dependency in your pubspec.yaml:

dev_dependencies:
  stanalysis:
    git: https://github.com/Pavel-Sulimau/stanalysis.git

Then, add an include in analysis_options.yaml:

include: package:stanalysis/analysis_options.yaml
0
likes
140
pub points
0%
popularity

Publisher

verified publisherpasul.dev

Opinionated static analyzer rule set to keep a Dart codebase maintainable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on stanalysis