Skip to content

Generate analysis_options.yaml for Dart/Flutter projects

Notifications You must be signed in to change notification settings

sunderee/analysis-options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis Options Generator

Dart-based CLI tool for automatically populating analysis_options.yaml file with all the available linting rules described by the official documentation.

Usage

To compile into an executable, run compile.sh;

For usage of the executable, use -h/--help:

% ./analysis-options --help                                                     
-p, --path=<Absolute path to the analysis_options.yaml file> (mandatory)    
-s, --style=<Which style set to use> (mandatory)                            [core, recommended, flutter]
-h, --[no-]help                                                             Show the usage syntax.

About

Generate analysis_options.yaml for Dart/Flutter projects

Resources

Stars

Watchers

Forks