-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function
Description
Delany opened MCHECKSTYLE-420 and commented
I thought I could achieve MCHECKSTYLE-412 using includes
<configuration>
<configLocation>${build.root}/checkstyle.xml</configLocation>
<includes>src\/**\/*.java</includes>
</configuration> but I dont get any violations. Neither with any of
<includes>src/**/*.java</includes>
<includes>**/src/**/*.java</includes>
<includes>**\/src\/**\/*.java</includes>I get 69 violations (files in src and target) using
<configuration>
<configLocation>${build.root}/checkstyle.xml</configLocation>
<includes>**\/*.java</includes>
</configuration>
Affects: 3.2.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function