NomiAdam / cg_analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package serves one main purpose:

  • It documents how Dart static analysis should be used internally at Code Growers s.r.o. and be motivating about writing readable and effective dart/flutter code.

This package is dependant and takes the most rules from Pedantic package.

Using the Lints

To use the lints add a dependency in your pubspec.yaml:

dev_dependencies:
  cg_analysis:
    git:
      url: https://github.com/NomiAdam/cg_analysis.git
      ref: master

then, add an include in your analysis_options.yaml.

include: package:cg_analysis/analysis_options.yaml

About


Languages

Language:Dart 100.0%