File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
spring-cloud-build-tools/src/main/resources Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 190190 <module name =" com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck" />
191191 <module name =" com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck" />
192192 <module name =" com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck" />
193+ <module name =" com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" >
194+ <property name =" id" value =" toLowerCaseWithoutLocale" />
195+ <property name =" format" value =" \.toLowerCase\(\)" />
196+ <property name =" maximum" value =" 0" />
197+ <property name =" message"
198+ value =" String.toLowerCase() should be String.toLowerCase(Locale.ROOT)" />
199+ <property name =" ignoreComments" value =" true" />
200+ </module >
201+ <module name =" com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" >
202+ <property name =" id" value =" toUpperCaseWithoutLocale" />
203+ <property name =" format" value =" \.toUpperCase\(\)" />
204+ <property name =" maximum" value =" 0" />
205+ <property name =" message"
206+ value =" String.toUpperCase() should be String.toUpperCase(Locale.ROOT)" />
207+ <property name =" ignoreComments" value =" true" />
208+ </module >
193209 </module >
194210</module >
You can’t perform that action at this time.
0 commit comments