mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
Disable pylint's c-extension-no-member.
This commit is contained in:
@@ -33,6 +33,7 @@ inherit = false
|
|||||||
ignore = D1,D212,D203
|
ignore = D1,D212,D203
|
||||||
[pylint.MASTER]
|
[pylint.MASTER]
|
||||||
disable =
|
disable =
|
||||||
|
c-extension-no-member,
|
||||||
missing-module-docstring,
|
missing-module-docstring,
|
||||||
missing-class-docstring,
|
missing-class-docstring,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
|
|||||||
Reference in New Issue
Block a user