filters
Modify filters for this rule, these filters will be inherited from common report filters.
filters {
includedProjects.add(":a:*")
excludedProjects.add(":a:b")
excludedClasses.add("*Class")
includedClasses.add("*")
excludesAnnotatedBy.add("*Generated")
includesAnnotatedBy.add("*Covered")
includesInheritedFrom.add("*.AutoClosable")
excludesInheritedFrom.add("*.Any")
}
Content copied to clipboard
Instance for configuring report filters for this rule.
See details in filters.