mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
Disable pylint duplicate code verification.
Although it is an interesting setup, it currently has too many false positives, disable comments are not working for duplicate-code, and there are some expected duplications in the modules.
This commit is contained in:
@@ -36,7 +36,8 @@ disable =
|
|||||||
missing-module-docstring,
|
missing-module-docstring,
|
||||||
missing-class-docstring,
|
missing-class-docstring,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
wrong-import-position
|
wrong-import-position,
|
||||||
|
duplicate-code
|
||||||
|
|
||||||
[pylint.BASIC]
|
[pylint.BASIC]
|
||||||
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
|
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
|
||||||
|
|||||||
Reference in New Issue
Block a user