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

A custom lint that warns about null check operator usage.

A custom_lint rule that enforces the avoidance of null check operators.

Usage #

Add the following to your pubspec.yaml:


dev_dependencies:
  custom_lint:
  custom_lint_avoid_null_check_operator: ^0.0.1

Then, add this to analysis_options.yaml:

analyzer:
  plugins:
    - custom_lint
1
likes
70
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

A custom lint that warns about null check operator usage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on custom_lint_avoid_null_check_operator