-
Notifications
You must be signed in to change notification settings - Fork 9
[FIX] travis: apply patch for duplicate-code issue for any pylint version #318
[FIX] travis: apply patch for duplicate-code issue for any pylint version #318
Conversation
Could you review this, please? Regards. |
Could you make a PR dummy in order to test this one, please? |
FYI I have created a t2d using this dev branch And the original patch is outdated since that it is failing applying the first hunk
Could you overwrite the patch with an updated one, please? |
We should be able to fix the following versions: |
537fc12
to
242b895
Compare
Done |
Could you make a dummy PR using this branch and using python2.7 and another using python3.6, please? |
242b895
to
f9d31aa
Compare
…sion This patch is to fix an issue about pylint disable in duplicate-code, related to PR pylint-dev/pylint#1055, this patch works in pylint versions >= 2.2.0
f9d31aa
to
82700ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description of the issue/feature this PR addresses:
The duplicate-code (R0801) can't be disabled
More information: pylint-dev/pylint#214
Current behavior before PR:
duplicated-code check can't be disabled.
Desired behavior after PR is merged:
duplicated-code check can be disabled.
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr