pedantic_jagi 0.0.2 copy "pedantic_jagi: ^0.0.2" to clipboard
pedantic_jagi: ^0.0.2 copied to clipboard

discontinued

My own Dart Linter rules corresponding to the guidelines in Effective Dart, Pedantic + personal (the strictest you can get).

example/example.md

How to use the package #

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

dev_dependencies:
  pedantic_jagi: ^0.0.2

Then add an include in your analysis_options.yaml file:

include: package:pedantic_jagi/analysis_options.yaml

If you using e.g. continuous builds, they will likely fail whenever a new version of package:pedantic_jagi is released. To avoid this, specify a version of a dev dependency in your pubspec.yaml:

dev_dependencies:
  pedantic_jagi: 0.0.2
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

My own Dart Linter rules corresponding to the guidelines in Effective Dart, Pedantic + personal (the strictest you can get).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on pedantic_jagi