Revert allowing upper case letters in packages (KT-27900)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
package one.two.Three
|
||||
@@ -1 +1 @@
|
||||
package one.two.Three
|
||||
package one.two.someThree
|
||||
@@ -1,7 +1,7 @@
|
||||
<problems>
|
||||
<problem>
|
||||
<file>hasUpperCase.kt</file>
|
||||
<file>hasFirstUpperCase.kt</file>
|
||||
<line>1</line>
|
||||
<description>Package name <code>one.two.Three</code> doesn't match regex '[a-z][A-Za-z\d]*_?(\.[a-z][A-Za-z\d]*_?)*' #loc</description>
|
||||
<description>Package name <code>one.two.Three</code> part should not start with an uppercase letter #loc</description>
|
||||
</problem>
|
||||
</problems>
|
||||
Reference in New Issue
Block a user