includeFilter

abstract val includeFilter: RegularFileProperty

Property to set the filter file to limit which bug should be reported.

Note that this property will NOT limit which bug should be detected. To limit the target classes to analyze, use onlyAnalyze instead. To limit the visitors (detectors) to run, use visitors and omitVisitors instead.

See also SpotBugs Manual about Filter file.