netglade_analysis 1.1.2 netglade_analysis: ^1.1.2 copied to clipboard
Lint rules for Dart and Flutter used internally at netglade.
1.1.2 #
- Enabled
format-comment
; issues with it were fixed.
1.1.1 #
- Configure
prefer-static-class
DCM rule exceptions for hooks and providers. - Disabled
format-comment
because of https://github.com/dart-code-checker/dart-code-metrics/issues/1158.
1.1.0 #
- Add
prefer-static-class
DCM rule. - Add
use-setstate-synchronously
DCM rule. - Add
prefer-using-list-view
DCM rule. - Disabled
alphabetize
frommember-ordering
DCM rule. - Breaking: renamed
code_metrics.yaml
todcm.yaml
.