excludes property

List<Glob>? excludes
inherited

Set default excludes for a particular rule.

Can be overridden in a SidecarSpec file.

Implementation

List<Glob>? get excludes => null;