aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorJesse Wilson <jwilson@squareup.com>2015-01-08 10:41:33 -0500
committerJesse Wilson <jwilson@squareup.com>2015-01-08 15:13:15 -0500
commitf9948bae9742e28a100b150ee7d12c75e1ce9eaf (patch)
treef8fba68af72336d99d146bd975e20ed5ced785b4 /checkstyle.xml
parent21a955d166aacbcaa2f969b12c54778cca9172ca (diff)
downloadjavapoet-f9948bae9742e28a100b150ee7d12c75e1ce9eaf.tar.gz
Support anonymous inner classes in builders.
Also improve modifiers, fields and annotations.
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index ad56010..27c390b 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -97,7 +97,7 @@
<!--module name="HiddenField"/-->
<module name="IllegalInstantiation"/>
<module name="InnerAssignment"/>
- <module name="MagicNumber"/>
+ <!--<module name="MagicNumber"/>-->
<module name="MissingSwitchDefault"/>
<module name="RedundantThrows"/>
<module name="SimplifyBooleanExpression"/>