mankeli_analysis

A set of linting rules used internally at Mankeli Software for static analysis.

Usage

  1. Add mankeli_analysis and dart_code_metrics as dev dependencies in pubspec.yaml
dev_dependencies:
  dart_code_metrics: any
  mankeli_analysis: any
  1. Run flutter pub get

  2. If not already created, create a analysis_options.yaml file in the root of the project

  3. Add the following line to analysis_options.yaml

include: package:mankeli_analysis/analysis_options.yaml
  1. Enjoy your new clean code!

Libraries