mankeli_analysis 1.1.0
mankeli_analysis: ^1.1.0 copied to clipboard
A set of linting rules for static analysis. This package is used internally at Mankeli Software.
mankeli_analysis #
A set of linting rules used internally at Mankeli Software for static analysis.
Usage #
- Add
mankeli_analysisanddart_code_metricsas dev dependencies in pubspec.yaml
dev_dependencies:
dart_code_metrics: any
mankeli_analysis: any
-
Run
flutter pub get -
If not already created, create a
analysis_options.yamlfile 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!