surf_dcm_presets 1.0.0
surf_dcm_presets: ^1.0.0 copied to clipboard
Predefined presets for Dart Code Metrics.
Changelog #
1.0.0 #
Added #
- avoid-commented-out-code
- avoid-future-ignore
- avoid-if-with-many-branches
- avoid-nested-try-statements
- avoid-recursive-tostring
- avoid-enum-values-by-index
- avoid-unnecessary-block
- avoid-unnecessary-compare-to
- pattern-fields-ordering
- prefer-simpler-boolean-expressions
- pass-existing-future-to-future-builder
- pass-existing-stream-to-stream-builder
Removed #
- avoid-unsafe-collection-methods
- prefer-extracting-callbacks
Updated #
- exclude tests for avoid-local-functions
- added "p" and "c" for prefer-correct-identifier-length for "previous" and "current"
- changed member ordering
0.2.0 #
- "Factory" and "Buider" for
prefer-correct-callback-field-name - Exclude tests for
avoid-long-functions - Skip checked fields for
avoid-non-null-assertion prefer-correct-identifier-lengthexceptions
0.1.0 #
- Update preset
0.0.4 #
- Correct logo position in readme
0.0.3 #
- Rebranding
0.0.2 #
- fixed Build Status
0.0.1 #
- initial release