Forbid word 'can' in local inspections with level > INFORMATION

Inspection texts were changed accordingly
This commit is contained in:
Mikhail Glukhikh
2017-12-26 17:28:20 +03:00
parent 56230420f8
commit 2f987f08fa
13 changed files with 35 additions and 25 deletions
@@ -5,7 +5,7 @@
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'rangeTo' or the '..' call can be replaced with 'until'</problem_class>
<description>'rangeTo' or the '..' call can be replaced with 'until'</description>
<description>'rangeTo' or the '..' call should be replaced with 'until'</description>
</problem>
<problem>
<file>test.kt</file>
@@ -13,6 +13,6 @@
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'rangeTo' or the '..' call can be replaced with 'until'</problem_class>
<description>'rangeTo' or the '..' call can be replaced with 'until'</description>
<description>'rangeTo' or the '..' call should be replaced with 'until'</description>
</problem>
</problems>