Report more friendly messages from naming conventions inspection

#KT-19736 Fixed
This commit is contained in:
Dmitry Jemerov
2017-12-29 16:53:44 +01:00
parent 429bf5bb98
commit 37d2ff2d4d
5 changed files with 72 additions and 21 deletions
@@ -11,6 +11,6 @@
<line>12</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<description>Enum entry name &lt;code&gt;quuxDoo&lt;/code&gt; doesn't match regex '[A-Z]([A-Za-z\d]*|[A-Z_\d]*)' #loc</description>
<description>Enum entry name &lt;code&gt;quuxDoo&lt;/code&gt; should start with an uppercase letter #loc</description>
</problem>
</problems>