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)