IGNITE-10216: disable sort annotations in inspection config - Fixes #5471. Signed-off-by: Nikolay Izhikov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cdaeda10 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cdaeda10 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cdaeda10 Branch: refs/heads/ignite-9720 Commit: cdaeda108c7ce42e9b32264a37ce4ccbdbf55e42 Parents: 475a0a7 Author: Maxim Muzafarov <[email protected]> Authored: Fri Nov 23 23:03:15 2018 +0300 Committer: Nikolay Izhikov <[email protected]> Committed: Fri Nov 23 23:03:15 2018 +0300 ---------------------------------------------------------------------- idea/ignite_inspections.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/cdaeda10/idea/ignite_inspections.xml ---------------------------------------------------------------------- diff --git a/idea/ignite_inspections.xml b/idea/ignite_inspections.xml index 7ce5af8..9695fca 100644 --- a/idea/ignite_inspections.xml +++ b/idea/ignite_inspections.xml @@ -518,7 +518,7 @@ <option name="ignoreAnonymousClassMethods" value="false" /> </inspection_tool> <inspection_tool class="MissortedModifiers" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="m_requireAnnotationsFirst" value="true" /> + <option name="m_requireAnnotationsFirst" value="false" /> </inspection_tool> <inspection_tool class="MisspelledCompareTo" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="MisspelledEquals" enabled="true" level="WARNING" enabled_by_default="true" />
