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.

pub version

This package provides enhanced analyzer settings (linter) that include all recommended configurations from the Dart team plus additional stricter rules. Some informative messages are elevated to warnings or even errors to ensure strict adherence to coding standards.

Note: This package is intended for local use only. Any changes to it depend solely on its creator, and updates may be infrequent or nonexistent.

Install #

Add coca_lints as dev dependency to your pubspec.yaml.

dev_dependencies:
    coca_lints: ^1.0.0

Or install via command line:

dart pub add dev:coca_lints
# or
flutter pub add dev:coca_lints

Create an analysis_options.yaml file at the root of the project with the following content:

include: package:coca_lints/analysis_options.yaml

Package versions table #

Flutter Dart Package
3.29.x 3.7.x 1.0.0
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