aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorJesse Wilson <jwilson@squareup.com>2015-01-05 23:10:08 -0500
committerJesse Wilson <jwilson@squareup.com>2015-01-07 13:55:49 -0500
commitd7b2189e9e91cad8f2fec9b5d5dd3b85ef6ce6b9 (patch)
tree20afa3b8ea86ea69911530b28e7d3d04e7a3f526 /checkstyle.xml
parent12b3d2a3b4ddf036b5f2fced0d23b381909ee382 (diff)
downloadjavapoet-d7b2189e9e91cad8f2fec9b5d5dd3b85ef6ce6b9.tar.gz
First, rough draft of immutable builders.
This is currently in its own 'builders' subpackage. I'd like to get more of this working, and then move it into the main 'javawriter' package, and remove the code that's currently in that package.
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 675e2f2..ad56010 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -83,7 +83,7 @@
<module name="AvoidNestedBlocks"/>
<!--module name="EmptyBlock"/-->
<module name="LeftCurly"/>
- <module name="NeedBraces"/>
+ <!--<module name="NeedBraces"/>-->
<module name="RightCurly"/>