File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 112112 <version >3.2.2</version >
113113 <configuration >
114114 <configLocation >google_checks.xml</configLocation >
115+ <!-- <consoleOutput>true</consoleOutput> -->
116+ <suppressionsLocation >
117+ src/main/resources/checkstyle-suppressions.xml
118+ </suppressionsLocation >
119+ <suppressionsFileExpression >
120+ checkstyle.suppressions.file
121+ </suppressionsFileExpression >
115122 </configuration >
116123 <executions >
117124 <execution >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.0//EN" "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
3+
4+ <suppressions >
5+ <suppress checks =" Javadoc" files =" ." />
6+ </suppressions >
You can’t perform that action at this time.
0 commit comments