Allow checkstyle config location to be completely overridden
This commit is contained in:
parent
b0ad2b1436
commit
4cc136d8a5
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
<sevntu.version>1.24.1</sevntu.version>
|
||||
<ruleset.version>3.3.0</ruleset.version>
|
||||
<ruleset.level>5-complexity</ruleset.level>
|
||||
<checkstyle.ruleset.location>net/kemitix/checkstyle-${ruleset.level}.xml</checkstyle.ruleset.location>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -30,7 +31,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<configLocation>net/kemitix/checkstyle-${ruleset.level}.xml</configLocation>
|
||||
<configLocation>${checkstyle.ruleset.location}</configLocation>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in a new issue