[
https://issues.apache.org/jira/browse/IGNITE-11006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-11006:
-------------------------------------
Description:
We need to enable inspection {{General | Problematic whitespace}} to report
tabs used for indentation when the code style is configured to use only spaces.
Todo:
# Update the appropriate {{ignite_inspections_teamcity.xml}} configuration file
# Fix all founded code style issues according to the new inspecton rule
# Update the default inspection profile:
{{.idea\inspectionProfiles\Project_Default.xml}}
Probable, this line should be added to the configuration file:
{code}
<inspection_tool class="ProblematicWhitespace" enabled="true" level="ERROR"
enabled_by_default="true" />
{code}
was:
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}
> 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
> Assignee: Nikolay Izhikov
> Priority: Minor
> Labels: inspections
> 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.
> Todo:
> # Update the appropriate {{ignite_inspections_teamcity.xml}} configuration
> file
> # Fix all founded code style issues according to the new inspecton rule
> # Update the default inspection profile:
> {{.idea\inspectionProfiles\Project_Default.xml}}
> 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)