Merge lp://staging/~dpniel/ubuntu-autopilot-tests/add_pyflakes_pep8 into lp://staging/ubuntu-autopilot-tests
Proposed by
Dan Chapman
Status: | Merged |
---|---|
Approved by: | Dan Chapman |
Approved revision: | 65 |
Merged at revision: | 65 |
Proposed branch: | lp://staging/~dpniel/ubuntu-autopilot-tests/add_pyflakes_pep8 |
Merge into: | lp://staging/ubuntu-autopilot-tests |
Diff against target: |
114 lines (+94/-1) 3 files modified
checkformat/run-pep8 (+6/-0) checkformat/run-pyflakes (+74/-0) debian/rules (+14/-1) |
To merge this branch: | bzr merge lp://staging/~dpniel/ubuntu-autopilot-tests/add_pyflakes_pep8 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicholas Skaggs (community) | Approve | ||
Review via email: mp+206927@code.staging.launchpad.net |
Description of the change
Adds pyflakes and pep8 checks to debian rules for use before mergeing. Lets get some standards involved :-D
To post a comment you must log in.
So this is intended to be manually run as part of reviews; and folks submitting merges can run beforehand to check for themselves?