keystone/tools
Colleen Murphy e2d83ae95d Re-enable line-length linter
In 09088690 we mistakenly added E501 to the flake8 ignore list. Since
then, many new violations have been introduced. This patch re-enables
the check and corrects all violations, except in some cases like unit
test names where the subunit output would suffer if we attempted to
shorten the function name.

This may appear to be a pointless no-op that messes with
git-blameability, and it is, but the reason to do this is that if PEP8
violations are introduced in master and then backported to a stable
branch, most stable branches will fail the pep8 job since the flake8
ignore list is correct for those branches. Rather than loosening the
check in older branches or requiring those backports to fix the linter
errors independently of what's been merged in master, we should fix it
now so that we don't introduce more errors in the future and patches can
more easily be backported.

Change-Id: I9f71926105eb448bb0200201d1838b67d4963cd6
2019-10-21 08:48:47 -07:00
..
cover.sh Add `patch_cover` to keystone 2016-03-28 21:26:01 +00:00
fast8.sh Re-enable line-length linter 2019-10-21 08:48:47 -07:00
sample_data.sh changed port in tools/sample_data.sh 2018-11-15 20:45:59 +05:30
test-setup.sh Increase MySQL max_connections for unit tests 2018-01-30 23:49:04 +01:00