A set of linting rules used internally at Mankeli Software for static analysis.
-
Add
mankeli_analysis
anddart_code_metrics
as dev dependencies in pubspec.yamldev_dependencies: dart_code_metrics: any mankeli_analysis: any
-
Run
flutter pub get
-
If not already created, create a
analysis_options.yaml
file in the root of the project -
Add the following line to
analysis_options.yaml
include: package:mankeli_analysis/analysis_options.yaml
-
Enjoy your new clean code!