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 @@ -132,7 +132,7 @@ dart_code_metrics:
132
132
- test/**
133
133
- match-class-name-pattern
134
134
# - match-getter-setter-field-names # forces API to equals internal code
135
- # - match-lib-folder-structure # TODO: discuss
135
+ # - match-lib-folder-structure # maybe later
136
136
# - match-positional-field-names-on-assignment # not compatible with avoid-redundant-positional-field-name
137
137
- member-ordering :
138
138
order :
@@ -200,7 +200,7 @@ dart_code_metrics:
200
200
- e
201
201
- prefer-correct-for-loop-increment
202
202
- prefer-correct-future-return-type
203
- # - prefer-correct-handler-name # TODO: not now
203
+ # - prefer-correct-handler-name # not now
204
204
# - prefer-correct-identifier-length # way too pedantic
205
205
# - prefer-correct-json-casts # overkill
206
206
- prefer-correct-setter-parameter-name
You can’t perform that action at this time.
0 commit comments