mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Disable pylint broad-except warning.
This should be enabled in the future, but currently, nearly all modules rely on `Exception`, and the changes would be too invasive.
This commit is contained in:
@@ -37,7 +37,8 @@ disable =
|
|||||||
missing-class-docstring,
|
missing-class-docstring,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
wrong-import-position,
|
wrong-import-position,
|
||||||
duplicate-code
|
duplicate-code,
|
||||||
|
broad-except
|
||||||
|
|
||||||
[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