dart analyze <directory>

Analyze Dart code in a directory

Arguments

NameDescription
directoryDart project directory to analyze

Options

NameDescription
-h, --helpPrint this usage information
--fatal-infosTreat info level issues as fatal
--fatal-warningsTreat warning level issues as fatal (defaults to on)
--no-fatal-warningsDo not treat warning level issues as fatal (defaults to on)