coca_lints 1.0.0 copy "coca_lints: ^1.0.0" to clipboard
coca_lints: ^1.0.0 copied to clipboard

Set of strict linting rules for Dart projects.

example/lib/main.dart

// To use coca_lints:
// 1. Add coca_lints to dev_dependencies in pubspec.yaml:
//    dev_dependencies:
//      coca_lints: ^1.0.0
//
//    Or install directly via command line:
//    - For Dart projects: dart pub add dev:coca_lints
//    - For Flutter projects: flutter pub add dev:coca_lints
//
// 2. Create an analysis_options.yaml file in your project root:
//    include: package:coca_lints/analysis_options.yaml
//
// 3. Run `dart pub get` to install dependencies

void main() {
  // Comment why ignore
  // ignore: avoid_print
  print('Hello, World!');
}
6
likes
150
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Set of strict linting rules for Dart projects.

Repository (GitHub)
View/report issues

Topics

#analysis #analyzer #lint #lints #linter

Documentation

API reference

License

MIT (license)

More

Packages that depend on coca_lints