Skip to content

Commit f3b84d8

Browse files
committed
Update
1 parent 3989356 commit f3b84d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalastyle-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This file is divided into 3 sections:
258258
scala.collection.JavaConverters._ and use .asScala / .asJava methods</customMessage>
259259
</check>
260260

261-
<check customId="commonslang2" level="error" class="org.scalastyle.scalariform.TokenChecker" enabled="true">
261+
<check customId="commonslang2" level="error" class="org.scalastyle.file.RegexChecker" enabled="true">
262262
<parameters><parameter name="regex">org\.apache\.commons\.lang\.</parameter></parameters>
263263
<customMessage>Use Commons Lang 3 classes (package org.apache.commons.lang3.*) instead
264264
of Commons Lang 2 (package org.apache.commons.lang.*)</customMessage>

0 commit comments

Comments
 (0)