-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
☁️ datatoolsRelated to the code package "datatools"Related to the code package "datatools"🗒️ attributesRelated to the code package "attributes"Related to the code package "attributes"refactoring
Description
BETA version 0.6.0 introduced custom lint rules, see Lint rules and analysis options updated #8 from geospatial repo.
However since that the Dart team has announced new official lint rules:
In general, it's better to follow recommend lints to keep code consistent with other developers.
Steps to configure official lints in old package
- First apply
dart pub add --dev lintsthat addslints: ^1.0.1or other version todev_dependencies - Then edit
analysis_options.yamlby addinginclude: package:lints/recommended.yaml - Customize
analysis_options.yaml
Metadata
Metadata
Assignees
Labels
☁️ datatoolsRelated to the code package "datatools"Related to the code package "datatools"🗒️ attributesRelated to the code package "attributes"Related to the code package "attributes"refactoring