From eb523486e17f602e44a8f2412d30537320c73c70 Mon Sep 17 00:00:00 2001 From: jike Date: Tue, 11 Dec 2018 15:44:25 +0800 Subject: [PATCH] add analysis yaml --- analysis_options.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 analysis_options.yaml diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..d140be8 --- /dev/null +++ b/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 \ No newline at end of file