You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/01/22 21:56:35 UTC

[jira] [Created] (AURORA-1048) Scrub python code of checkstyle-disabling comments

Bill Farner created AURORA-1048:
-----------------------------------

             Summary: Scrub python code of checkstyle-disabling comments
                 Key: AURORA-1048
                 URL: https://issues.apache.org/jira/browse/AURORA-1048
             Project: Aurora
          Issue Type: Task
          Components: Client, Executor, Testing
            Reporter: Bill Farner
            Priority: Minor


The python code has a bunch of comments like {{# noqa}} which disable checkstyle for that line.  Let's remove them all, removing inhibiting checkstyle rules if necessary.

{noformat}
$ grep -R noqa src/ | wc -l
45
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)