netglade_analysis 1.2.1 netglade_analysis: ^1.2.1 copied to clipboard
Lint rules for Dart and Flutter used internally at netglade.
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-class
DCM rule exceptions for hooks and providers. - Disable
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. - Disable
alphabetize
frommember-ordering
DCM rule. - Breaking: rename
code_metrics.yaml
todcm.yaml
.
1.0.0 #
- Add
analysis_options
andcode_metrics
used at netglade