Skip to content

Commit 334cea7

Browse files
authored
Merge pull request #176 from sir-gon/develop
[CONFIG] checkstyle PackageName rule fixed to match sonarlint nameing…
2 parents 2714b1d + 6d1c2e9 commit 334cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<property name="option" value="nl"/>
175175
</module>
176176
<module name="PackageName">
177-
<property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
177+
<property name="format" value="^[a-z_]+(\.[a-z_][a-z0-9_]*)*$"/>
178178
<message key="name.invalidPattern"
179179
value="Package name ''{0}'' must match pattern ''{1}''."/>
180180
</module>

0 commit comments

Comments
 (0)