Maxim Muzafarov created IGNITE-11006:
----------------------------------------
Summary: Enable problematic whitespace inspection check
Key: IGNITE-11006
URL: https://issues.apache.org/jira/browse/IGNITE-11006
Project: Ignite
Issue Type: Task
Reporter: Maxim Muzafarov
Fix For: 2.8
We need to enable inspection {{General | Problematic whitespace}} to report
tabs used for indentation when the code style is configured to use only spaces.
The appropriate {{ignite_inspections_teamcity.xml}} configuration file should
be updated and code style issues should be fixed.
Probable, this line should be added to the configuration file:
{code}
<inspection_tool class="ProblematicWhitespace" enabled="true" level="ERROR"
enabled_by_default="true" />
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)