Files
FlutterUnit/plugins/install_plugin-2.0.1/analysis_options.yaml
2021-08-29 11:29:45 +08:00

11 lines
341 B
YAML

# https://www.dartlang.org/guides/language/analysis-options
# Source of linter options:
# http://dart-lang.github.io/linter/lints/options/options.html
linter:
rules:
- camel_case_types
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- unrelated_type_equality_checks
- valid_regexps