forked from lxm_flutter/FlutterUnit
11 lines
341 B
YAML
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 |