aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/tests/test_pep8.py
AgeCommit message (Expand)Author
2013-02-18Fourth run of pep8 fixes.Stevan Radakovic
2013-02-14More PEP8 fixes.Stevan Radakovic
2012-06-13Update the test to not ignore fixed PEP8 problems.Danilo Segan
2012-06-08Also silence E202 for natty users with a comment that this can be re-enabledLoïc Minier
2012-06-07Document leftover warnings/errors.Loïc Minier
2012-06-07PEP8: Fix W293 blank line contains whitespace and W391 blank line at end ofLoïc Minier
2012-06-07PEP8: Already fixed W292 no newline at end of file.Loïc Minier
2012-06-07PEP8: Fix E303 too many blank lines (2).Loïc Minier
2012-06-07PEP8: Fix E302 expected 2 blank lines, found 1.Loïc Minier
2012-06-07PEP8: Fix E301 expected 1 blank line, found 0.Loïc Minier
2012-06-07PEP8: Fix E251 no spaces around keyword / parameter equals.Loïc Minier
2012-06-07PEP8: Fix E241 multiple spaces after ','.Loïc Minier
2012-06-07PEP8: Fix missing whitespace after ','.Loïc Minier
2012-06-07PEP8: Fix E225 missing whitespace around operator.Loïc Minier
2012-06-07PEP8: Fix E222 multiple spaces after operator.Loïc Minier
2012-06-07PEP8: Fix E201 whitespace after '[' (or after '{').Loïc Minier
2012-06-07Add PEP8 compliance test, ignoring all current warnings and errors for now.Loïc Minier