Revert allowing upper case letters in packages (KT-27900)

This commit is contained in:
Nikolay Krasko
2019-01-25 21:20:22 +03:00
parent 726e18333d
commit 64b2527e31
4 changed files with 57 additions and 23 deletions
@@ -0,0 +1 @@
package one.two.Three
+1 -1
View File
@@ -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 &lt;code&gt;one.two.Three&lt;/code&gt; doesn't match regex '[a-z][A-Za-z\d]*_?(\.[a-z][A-Za-z\d]*_?)*' #loc</description>
<description>Package name &lt;code&gt;one.two.Three&lt;/code&gt; part should not start with an uppercase letter #loc</description>
</problem>
</problems>