File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dart_code_metrics:
46
46
# - avoid-late-keyword
47
47
# - avoid-long-functions # way too pedantic
48
48
# - avoid-long-parameter-list: # way too pedantic
49
- # ignore-optional: true # exclude optional and (non-required) named parameters
49
+ # ignore-optional: true # exclude optional and (non-required) named parameters
50
50
- avoid-long-records
51
51
- avoid-map-keys-contains
52
52
- avoid-missed-calls
@@ -148,7 +148,7 @@ dart_code_metrics:
148
148
- move-records-to-typedefs :
149
149
min-fields : 3
150
150
min-occurrences : 3
151
- - newline-before-case # TODO
151
+ - newline-before-case
152
152
- newline-before-return
153
153
- no-boolean-literal-compare :
154
154
allow-false : true # allows `variable == false` instead of just `!variable`
You can’t perform that action at this time.
0 commit comments