Merge lp://staging/~cprov/core-result-checker/lint into lp://staging/core-result-checker
Proposed by
Celso Providelo
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~cprov/core-result-checker/lint |
Merge into: | lp://staging/core-result-checker |
Diff against target: |
48 lines (+11/-3) 3 files modified
called-by-tarmac.py (+7/-0) core_result_checker/__init__.py (+2/-2) test_requirements.txt (+2/-1) |
To merge this branch: | bzr merge lp://staging/~cprov/core-result-checker/lint |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomi Richards (community) | Needs Fixing | ||
Review via email: mp+255456@code.staging.launchpad.net |
Commit message
Running pylint checks before merging.
Description of the change
Running pylint checks before merging.
Warnings, Recommendations and Style checks are disabled for now, we only care about Errors.
To post a comment you must log in.
Unmerged revisions
- 17. By Celso Providelo
-
Fixing pylint issues.
- 16. By Celso Providelo
-
Running pyling checks before merge.
My vote is not to merge this. As shown in the diff, pylint doesn't understand some pretty straight-forward things, and forces us to either make our code less clear, or litter linter disabling comments everywhere.
If silly errors are landing in trunk, let's make sure we do a better job of reviewing MPs, writing tests, and/or manually testing our code (as appropriate to the situation).