Browse Source

Add analysis options

Ben Hagen 6 years ago
parent
commit
bdb0278b57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      analysis_options.yaml

+ 2 - 0
analysis_options.yaml

@@ -10,6 +10,8 @@ linter:
     - hash_and_equals
     - iterable_contains_unrelated_type
     - list_remove_unrelated_type
+    - sort_constructors_first
     - test_types_in_equals
+    - unnecessary_new
     - unrelated_type_equality_checks
     - valid_regexps