File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 Modified from https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml.
88 Modifications are:
99 - doubled each value in Indentation
10+ - exceptions for Butter Knife and Espresso
11+ - larger (max)LineLength
1012
1113 Checkstyle configuration that checks the Google coding conventions from Google Java Style
1214 that can be found at https://google.github.io/styleguide/javaguide.html.
4446 <property name =" allowNonPrintableEscapes" value =" true" />
4547 </module >
4648 <module name =" LineLength" >
47- <property name =" max" value =" 100 " />
49+ <property name =" max" value =" 140 " />
4850 <property name =" ignorePattern" value =" ^package.*|^import.*|a href|href|http://|https://|ftp://" />
4951 </module >
5052 <module name =" AvoidStarImport" />
5658 </module >
5759 <module name =" NeedBraces" />
5860 <module name =" LeftCurly" >
59- <property name =" maxLineLength" value =" 100 " />
61+ <property name =" maxLineLength" value =" 140 " />
6062 </module >
6163 <module name =" RightCurly" >
6264 <property name =" id" value =" RightCurlySame" />
You can’t perform that action at this time.
0 commit comments