netglade_analysis 2.0.0-rc.1
netglade_analysis: ^2.0.0-rc.1 copied to clipboard
Lint rules for Dart and Flutter used internally at netglade.
2.0.0-rc.1 #
- Update DCM rules to adhere DCM Teams 1.6.0.
1.2.3 #
- Fix pub dev icon.
1.2.2 #
- Fix pub dev picture.
1.2.1 #
- Update logo.
1.2.0 #
- Remove
analyzer:exclude:fromlints.yaml. (add to README as a recommendation) - Add a Discord link to README.
1.1.2 #
- Enable
format-comment; issues with it were fixed.
1.1.1 #
- Configure
prefer-static-classDCM rule exceptions for hooks and providers. - Disable
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. - Disable
alphabetizefrommember-orderingDCM rule. - Breaking: rename
code_metrics.yamltodcm.yaml.