builder:OutputProperties: add path to README.md
This commit is contained in:
parent
e7f30c760b
commit
0a99044dcc
2 changed files with 3 additions and 0 deletions
|
@ -30,5 +30,7 @@ class OutputProperties {
|
|||
private Map<RuleLevel, String> rulesetFiles;
|
||||
|
||||
/**
|
||||
* The README.md file.
|
||||
*/
|
||||
private Path readme;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ output:
|
|||
JAVADOC: checkstyle-3-javadoc.xml
|
||||
TWEAKS: checkstyle-4-tweaks.xml
|
||||
COMPLEXITY: checkstyle-5-complexity.xml
|
||||
readme: README.md
|
||||
template:
|
||||
checkstyle-xml: builder/src/main/resources/checkstyle-template.xml
|
||||
readme-template: builder/src/main/resources/README-template.md
|
||||
|
|
Loading…
Reference in a new issue