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 2020/04/26 21:13:00 UTC

[jira] [Created] (IGNITE-12954) Remove checkstyle suppression for XGBoostModelLexer,XGBoostModelParser

Maxim Muzafarov created IGNITE-12954:
----------------------------------------

             Summary: Remove checkstyle suppression for XGBoostModelLexer,XGBoostModelParser
                 Key: IGNITE-12954
                 URL: https://issues.apache.org/jira/browse/IGNITE-12954
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov


Currently, there are some redundant suppressions for the checkstyle rules which can be removed:

{code}
    <suppress checks="EmptyLineSeparator|MethodParamPad" files="XGBoostModelLexer\.java|XGBoostModelParser\.java"/>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)