lint_list 1.0.36 copy "lint_list: ^1.0.36" to clipboard
lint_list: ^1.0.36 copied to clipboard

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.

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:

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

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".

1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on lint_list