Skip to content

Commit 25de6b2

Browse files
lesvkurtisvg
andauthored
Update google_checks.xml (#195)
* Update google_checks.xml Docs say this is very important, not sure how it ever worked before. * Update third_party/checkstyle/google_checks.xml Co-authored-by: Kurtis Van Gent <[email protected]> Co-authored-by: Kurtis Van Gent <[email protected]>
1 parent e67a06c commit 25de6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/checkstyle/google_checks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<property name="ignorePattern"
5050
value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
5151
</module>
52-
52+
<module name="SuppressWarningsFilter"/><!-- IMPORTANT: Allows use of SuppressWarnings annotation -->
5353
<module name="TreeWalker">
5454
<!-- Allow silencing rules with annotations http://stackoverflow.com/a/22556386/101923 -->
5555
<module name="SuppressWarningsHolder"/><!-- lesv -->

0 commit comments

Comments
 (0)