Skip to content

Commit

Permalink
[pylint] .pylintrc - disable missing-function-docstring
Browse files Browse the repository at this point in the history
Suggested-by: @dalf searxng#102 (comment)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Sep 7, 2021
1 parent 9ef7f38 commit 5c86754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Expand Up @@ -59,7 +59,9 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=bad-whitespace, duplicate-code
disable=bad-whitespace,
duplicate-code,
missing-function-docstring,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 5c86754

Please sign in to comment.