Skip to content

Commit 6b6a900

Browse files
Takashi Matsuotswast
Takashi Matsuo
authored andcommitted
Added few more sample code for Search API. (#173)
* Moved some checkstyle modules to java-repo-tools * Moved some lines in .gitignore to the top level
1 parent f8e7856 commit 6b6a900

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google-checks.xml

+3
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,11 @@
213213
<module name="EmptyCatchBlock">
214214
<property name="exceptionVariableName" value="expected"/>
215215
</module>
216+
<module name="FileContentsHolder"/>
216217
</module>
217218

218219
<!-- Allow silencing rules with annotations http://stackoverflow.com/a/22556386/101923 -->
219220
<module name="SuppressWarningsFilter" />
221+
<!-- Allow silencing with comment http://stackoverflow.com/questions/4023185 -->
222+
<module name="SuppressionCommentFilter" />
220223
</module>

0 commit comments

Comments
 (0)