dart_lintz 1.2.1 copy "dart_lintz: ^1.2.1" to clipboard
dart_lintz: ^1.2.1 copied to clipboard

A very strict set of Dart lint rules. Inspired by the likes of Java and Apex.

Dart Lintz #

  • A very strict set of Dart lint rules.

  • Inspired by strictly typed languages like Java and Apex

How to enable these lints #

  • Add this to your pubspec.yaml
dev_dependencies:
  dart_lintz: ^1.2.1
  • Add this to your analysis_options.yaml
include: package:dart_lintz/dart_lintz.yaml

How to fix lints #

dart fix --apply --code <the lint to fix>
1
likes
160
pub points
19%
popularity

Publisher

verified publishermj12358.dev

A very strict set of Dart lint rules. Inspired by the likes of Java and Apex.

Repository (GitHub)
View/report issues

Topics

#dart #lints

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (LICENSE)

More

Packages that depend on dart_lintz