Skip to content

Commit 72857b9

Browse files
committed
Merge branch 'feat/6.0.0' of github.com:netglade/netglade_analysis into feat/6.0.0
2 parents dcbc098 + fcb3914 commit 72857b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dcm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dart_code_metrics:
139139
- test/**
140140
- match-class-name-pattern
141141
# - 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
143143
# - match-positional-field-names-on-assignment # not compatible with avoid-redundant-positional-field-name
144144
- member-ordering:
145145
order:
@@ -208,7 +208,7 @@ dart_code_metrics:
208208
- e
209209
- prefer-correct-for-loop-increment
210210
- prefer-correct-future-return-type
211-
# - prefer-correct-handler-name # TODO: not now
211+
# - prefer-correct-handler-name # not now
212212
# - prefer-correct-identifier-length # way too pedantic
213213
# - prefer-correct-json-casts # overkill
214214
- prefer-correct-setter-parameter-name

0 commit comments

Comments
 (0)