We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e7856 commit 6b6a900Copy full SHA for 6b6a900
google-checks.xml
@@ -213,8 +213,11 @@
213
<module name="EmptyCatchBlock">
214
<property name="exceptionVariableName" value="expected"/>
215
</module>
216
+ <module name="FileContentsHolder"/>
217
218
219
<!-- Allow silencing rules with annotations http://stackoverflow.com/a/22556386/101923 -->
220
<module name="SuppressWarningsFilter" />
221
+ <!-- Allow silencing with comment http://stackoverflow.com/questions/4023185 -->
222
+ <module name="SuppressionCommentFilter" />
223
0 commit comments