Skip to content

Commit

Permalink
add analysis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jike committed Dec 11, 2018
1 parent 33ff90b commit eb52348
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions analysis_options.yaml
@@ -0,0 +1,11 @@
# 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

0 comments on commit eb52348

Please sign in to comment.