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 @@ -139,7 +139,7 @@ dart_code_metrics:
139
139
- test/**
140
140
- match-class-name-pattern
141
141
# - match-getter-setter-field-names # forces API to equals internal code
142
- # - match-lib-folder-structure # TODO: discuss
142
+ # - match-lib-folder-structure # maybe later
143
143
# - match-positional-field-names-on-assignment # not compatible with avoid-redundant-positional-field-name
144
144
- member-ordering :
145
145
order :
@@ -208,7 +208,7 @@ dart_code_metrics:
208
208
- e
209
209
- prefer-correct-for-loop-increment
210
210
- prefer-correct-future-return-type
211
- # - prefer-correct-handler-name # TODO: not now
211
+ # - prefer-correct-handler-name # not now
212
212
# - prefer-correct-identifier-length # way too pedantic
213
213
# - prefer-correct-json-casts # overkill
214
214
- prefer-correct-setter-parameter-name
You can’t perform that action at this time.
0 commit comments