Merge lp:~savoirfairelinux-openerp/lp-community-utils/branch_pep8 into lp:lp-community-utils
Proposed by
Sandy Carter (http://www.savoirfairelinux.com)
Status: | Needs review |
---|---|
Proposed branch: | lp:~savoirfairelinux-openerp/lp-community-utils/branch_pep8 |
Merge into: | lp:lp-community-utils |
Prerequisite: | lp:~savoirfairelinux-openerp/lp-community-utils/nag_refactor |
Diff against target: |
118 lines (+89/-0) 2 files modified
branch_mp_pep8.py (+83/-0) openerp-nag (+6/-0) |
To merge this branch: | bzr merge lp:~savoirfairelinux-openerp/lp-community-utils/branch_pep8 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guewen Baconnier @ Camptocamp | Disapprove | ||
Holger Brunn (Therp) | code review | Approve | |
Review via email:
|
Description of the change
Added library for branching and running Flake8/PEP8 checks on changed files in MP
Added run option -t --test-pep8 argument to activate this functionality.
test-pep8 will ignore ocb-addons and ocb-server as it takes too long to branch. This is hard coded, I am willing to move it to argument list if there is demand for it.
To post a comment you must log in.
Unmerged revisions
- 25. By Sandy Carter (http://www.savoirfairelinux.com)
-
Added option to branch MPs and run PEP8 on them
- 24. By Sandy Carter (http://www.savoirfairelinux.com)
-
Moved nag functionality to library and restructured some code
I think it's okay to ignore ocb-addons