Skip to content

Commit

Permalink
Issue checkstyle#614: Suppress UnusedProperty IDEA violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyom-Yadav committed Aug 27, 2022
1 parent d9d70be commit d5d531e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releasenotes-builder/config/checkstyle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# suppress inspection "UnusedProperty" for whole file
# properties are used at "misc/build.xml"
checkstyle.suppressions.file=config/suppressions.xml
checkstyle.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header
checkstyle.regexp.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java_regexp.header
Expand Down

0 comments on commit d5d531e

Please sign in to comment.