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-classDCM rule exceptions for hooks and providers. - Disabled
format-commentbecause of https://github.com/dart-code-checker/dart-code-metrics/issues/1158.
1.1.0 #
- Add
prefer-static-classDCM rule. - Add
use-setstate-synchronouslyDCM rule. - Add
prefer-using-list-viewDCM rule. - Disabled
alphabetizefrommember-orderingDCM rule. - Breaking: renamed
code_metrics.yamltodcm.yaml.