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

Strict linting rules for Dart to enhance code quality and readability.

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() {
  // ignore: avoid_print
  print('Hello, World!');
}
6
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Strict linting rules for Dart to enhance code quality and readability.

Repository (GitHub)
View/report issues

Topics

#analysis #analyzer #lint #lints #linter

Documentation

API reference

License

MIT (license)

More

Packages that depend on coca_lints