linting 1.0.0+2 copy "linting: ^1.0.0+2" to clipboard
linting: ^1.0.0+2 copied to clipboard

outdated

linting is a framework for creating custom linters using the analyzer_plugin or cli.

dart-linting #

linting is a framework for creating custom linters using the analyzer_plugin.

Motivation #

Dart has a linter, but it is currently not able to use Custom Rules.

https://github.com/dart-lang/linter/issues/697

There are several ways to use Custom Rules, but each has its own disadvantages.

  • Create your own linter command
    • Easy to implement
    • Cannot check errors in the IDE
  • Use the analyzer_plugin
    • Errors can be displayed in the IDE
    • Difficult to implement

linting is a framework to ease the implementation when creating a custom linter using analyzer_plugin.

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

linting is a framework for creating custom linters using the analyzer_plugin or cli.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, freezed_annotation, glob, path, source_span, yaml

More

Packages that depend on linting