plugin-sample:Sample: add note clarifying ruleset level compliance
The class is meant to fail at higher levels.
This commit is contained in:
parent
8306b096a6
commit
4fdcae8d12
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ package net.kemitix.checkstyle.sample;
|
||||||
/**
|
/**
|
||||||
* Sample class to test the Kemitix Checkstyle Ruleset Maven Plugin against.
|
* Sample class to test the Kemitix Checkstyle Ruleset Maven Plugin against.
|
||||||
*
|
*
|
||||||
|
* <p>This sample is deliberately only valid for level 1-layout and 2-naming. The plugin should report errors for levels
|
||||||
|
* 3-javadoc and above.</p>
|
||||||
|
*
|
||||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||||
*/
|
*/
|
||||||
public class Sample {
|
public class Sample {
|
||||||
|
|
Loading…
Reference in a new issue