mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
Disable pylint warnings for missing docstrings.
This commit is contained in:
@@ -31,6 +31,12 @@ per-file-ignores =
|
|||||||
[pydocstyle]
|
[pydocstyle]
|
||||||
inherit = false
|
inherit = false
|
||||||
ignore = D1,D212,D203
|
ignore = D1,D212,D203
|
||||||
|
[pylint.MASTER]
|
||||||
|
disable =
|
||||||
|
missing-module-docstring,
|
||||||
|
missing-class-docstring,
|
||||||
|
missing-function-docstring,
|
||||||
|
|
||||||
[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