Skip to content

Commit 201aa78

Browse files
committed
Issue #614: Suppress UnusedProperty IDEA violations
1 parent 99add3c commit 201aa78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

releasenotes-builder/config/checkstyle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# suppress inspection "UnusedProperty" for whole file
2+
# properties are used at "misc/build.xml"
13
checkstyle.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header
24
checkstyle.importcontrol.file=config/import-control.xml
35
checkstyle.importcontroltest.file=config/import-control-test.xml

0 commit comments

Comments
 (0)