Description
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.
$ grep -R noqa src/ | wc -l 45
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.
$ grep -R noqa src/ | wc -l 45