Skip to content

Commit f2f0f98

Browse files
committed
Remove TODO
1 parent b8ea624 commit f2f0f98

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
@@ -46,7 +46,7 @@ dart_code_metrics:
4646
# - avoid-late-keyword
4747
# - avoid-long-functions # way too pedantic
4848
# - 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
5050
- avoid-long-records
5151
- avoid-map-keys-contains
5252
- avoid-missed-calls
@@ -148,7 +148,7 @@ dart_code_metrics:
148148
- move-records-to-typedefs:
149149
min-fields: 3
150150
min-occurrences: 3
151-
- newline-before-case # TODO
151+
- newline-before-case
152152
- newline-before-return
153153
- no-boolean-literal-compare:
154154
allow-false: true # allows `variable == false` instead of just `!variable`

0 commit comments

Comments
 (0)