dart analyze <directory>
Analyze Dart code in a directory
Arguments
Name | Description |
---|---|
directory | Dart project directory to analyze |
Options
Name | Description |
---|---|
-h, --help | Print this usage information |
--fatal-infos | Treat info level issues as fatal |
--fatal-warnings | Treat warning level issues as fatal (defaults to on) |
--no-fatal-warnings | Do not treat warning level issues as fatal (defaults to on) |