Maik Hoepfel
|
974e1feed8
|
Reintroduce a treshold for PEP8 warnings
To avoid littering the codebase with 'Fix PEP8' commits, we've decided
to reintroduce a treshold so PEP8 fixes can be batched together.
|
11 лет назад |
David Winterbottom
|
99346d2599
|
Add McCabe complexity checking to lint.sh
See https://pypi.python.org/pypi/flake8 for more details. Hopefully,
this will be useful and not annoying.
|
11 лет назад |
Markus Bertheau
|
980d30363d
|
Move flake8 configuration to tox.ini
That way it is picked up for example by vim.
|
11 лет назад |
Markus Bertheau
|
30de4a936d
|
Remove threshold and ignored warnings from lint.sh
Also output the errors directly now that it's not over 100 anymore.
|
11 лет назад |
Markus Bertheau
|
c53d6cc0ae
|
Fix all flake8 issues.
|
11 лет назад |
David Winterbottom
|
1f64bc07ec
|
Fix lint issues
Upgrading pyflakes meant the number of violations jumped above the
failure threshold.
Also added a few more warnings to the ignore list.
|
12 лет назад |
David Winterbottom
|
9da77fc2df
|
Drop warnings threshold
Document the lint file more.
|
12 лет назад |
David Winterbottom
|
ec367e06f6
|
Drop the threshold on static analysis
|
12 лет назад |
David Winterbottom
|
4d2732d086
|
Add lint step to travis
This is to ensure that pull requests fail when they don't obey pep8
enough.
|
12 лет назад |