Skip to content

Commit

Permalink
Merge branch 'feat/6.0.0' of github.com:netglade/netglade_analysis in…
Browse files Browse the repository at this point in the history
…to feat/6.0.0
  • Loading branch information
tenhobi committed Dec 11, 2023
2 parents dcbc098 + fcb3914 commit 72857b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dart_code_metrics:
- test/**
- match-class-name-pattern
# - match-getter-setter-field-names # forces API to equals internal code
# - match-lib-folder-structure # TODO: discuss
# - match-lib-folder-structure # maybe later
# - match-positional-field-names-on-assignment # not compatible with avoid-redundant-positional-field-name
- member-ordering:
order:
Expand Down Expand Up @@ -208,7 +208,7 @@ dart_code_metrics:
- e
- prefer-correct-for-loop-increment
- prefer-correct-future-return-type
# - prefer-correct-handler-name # TODO: not now
# - prefer-correct-handler-name # not now
# - prefer-correct-identifier-length # way too pedantic
# - prefer-correct-json-casts # overkill
- prefer-correct-setter-parameter-name
Expand Down

0 comments on commit 72857b9

Please sign in to comment.