Skip to content

Commit 08ad317

Browse files
committed
Allow "_" in package names
1 parent 45f1dc3 commit 08ad317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/checkstyle/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<property name="option" value="nl"/>
172172
</module>
173173
<module name="PackageName">
174-
<property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
174+
<property name="format" value="^[\_a-z]+(\.[\_a-z][\_a-z0-9]*)*$"/>
175175
<message key="name.invalidPattern"
176176
value="Package name ''{0}'' must match pattern ''{1}''."/>
177177
</module>

0 commit comments

Comments
 (0)