Last updated:
0 purchases
lint list
Lint_List #
This package gets the lints from the linter package, specifically the ones from this path: linter/example/all.yaml, and makes them available for use.
It also gets automatically updated every now and then using GitHub Actions.
Installation #
Add this package to the dev_dependencies section of the pubspec.yaml file:
dev_dependencies:
lint_list:
copied to clipboard
Usage #
After installing the package, replace the line that starts with include, in the analysis_options.yaml file, with this line:
include: package:lint_list/all.yaml
copied to clipboard
Why do I have to replace the line and not paste the previous line below it? #
According to the Customizing static analysis guide on dart.dev:
"YAML doesn’t allow duplicate keys, you can include at most one file".
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.