Skip to content

Checkstyle suppression is too broad and skips all .java files #17082

@wilkinsona

Description

@wilkinsona

This:

<suppress files=".+\.[jar|git|ico|p12|svg|png]" checks=".*" />

Should be this:

<suppress files=".+\.(jar|git|ico|p12|svg|png)" checks=".*" />

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions