File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
Modified from https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml.
8
8
Modifications are:
9
9
- doubled each value in Indentation
10
+ - exceptions for Butter Knife and Espresso
11
+ - larger (max)LineLength
10
12
11
13
Checkstyle configuration that checks the Google coding conventions from Google Java Style
12
14
that can be found at https://google.github.io/styleguide/javaguide.html.
44
46
<property name =" allowNonPrintableEscapes" value =" true" />
45
47
</module >
46
48
<module name =" LineLength" >
47
- <property name =" max" value =" 100 " />
49
+ <property name =" max" value =" 140 " />
48
50
<property name =" ignorePattern" value =" ^package.*|^import.*|a href|href|http://|https://|ftp://" />
49
51
</module >
50
52
<module name =" AvoidStarImport" />
56
58
</module >
57
59
<module name =" NeedBraces" />
58
60
<module name =" LeftCurly" >
59
- <property name =" maxLineLength" value =" 100 " />
61
+ <property name =" maxLineLength" value =" 140 " />
60
62
</module >
61
63
<module name =" RightCurly" >
62
64
<property name =" id" value =" RightCurlySame" />
You can’t perform that action at this time.
0 commit comments