You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (JIRA)" <ji...@apache.org> on 2019/01/21 12:07:00 UTC

[jira] [Created] (IGNITE-11006) Enable problematic whitespace inspection check

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)