Skip to content

Commit

Permalink
Added few more sample code for Search API. (#173)
Browse files Browse the repository at this point in the history
* Moved some checkstyle modules to java-repo-tools
* Moved some lines in .gitignore to the top level
  • Loading branch information
Takashi Matsuo authored and tswast committed May 2, 2016
1 parent f8e7856 commit 6b6a900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google-checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,11 @@
<module name="EmptyCatchBlock">
<property name="exceptionVariableName" value="expected"/>
</module>
<module name="FileContentsHolder"/>
</module>

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

0 comments on commit 6b6a900

Please sign in to comment.