include property

List<Glob>? include
getter/setter pair

The globs to include as entry points to run static analysis on.

The default is . (e.g. dartanalyzer .) which runs analysis on all Dart files in the current working directory.

Implementation

List<Glob>? include;