Skip to content

Code-Growers/cg_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages