File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<!-- Space after 'for' and 'if' -->
18
18
<module name =" RegexpSingleline" >
19
- <property name =" format" value =" ^\s*(for|if)[^ ]" />
19
+ <property name =" format" value =" ^\s*(for|if)[^ ]\( " />
20
20
<property name =" message" value =" Space needed before opening parenthesis." />
21
21
</module >
22
22
102
102
<!-- See http://checkstyle.sf.net/config_coding.html -->
103
103
<!-- module name="AvoidInlineConditionals"/-->
104
104
<module name =" CovariantEquals" />
105
- <module name =" DoubleCheckedLocking" />
106
105
<module name =" EmptyStatement" />
107
106
<!-- <module name="EqualsAvoidNull"/>-->
108
107
<module name =" EqualsHashCode" />
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >com.android.tools.ddms</groupId >
88
88
<artifactId >ddmlib</artifactId >
89
- <version >22.0</version >
89
+ <version >22.0.2 </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >junit</groupId >
173
173
<plugin >
174
174
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
175
175
<artifactId >android-maven-plugin</artifactId >
176
- <version >3.5.1 </version >
176
+ <version >3.6.0 </version >
177
177
<configuration >
178
178
<sdk >
179
179
<platform >16</platform >
184
184
<plugin >
185
185
<groupId >org.apache.maven.plugins</groupId >
186
186
<artifactId >maven-compiler-plugin</artifactId >
187
- <version >3.0 </version >
187
+ <version >3.1 </version >
188
188
<configuration >
189
189
<source >${java.version} </source >
190
190
<target >${java.version} </target >
206
206
<plugin >
207
207
<groupId >org.apache.maven.plugins</groupId >
208
208
<artifactId >maven-checkstyle-plugin</artifactId >
209
- <version >2.9.1 </version >
209
+ <version >2.10 </version >
210
210
<configuration >
211
211
<failsOnError >true</failsOnError >
212
212
<configLocation >checkstyle.xml</configLocation >
You can’t perform that action at this time.
0 commit comments