summaryrefslogtreecommitdiff
path: root/searx/search/checker
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-07 15:09:40 +0200
committerGitHub <noreply@github.com>2021-09-07 15:09:40 +0200
commite41f78b806a4f00cbb37fd4a276aff7d10230057 (patch)
treed104874dbc13e878303a37bb0e7f6d5c4ec42304 /searx/search/checker
parent9ef7f38e4f20bad5a76867aa3e5049a92bc58e59 (diff)
parent2a3b9a2e26fc9570c2dd2f070257968a2b3a1149 (diff)
Merge pull request #301 from return42/fix-lintrc
[pylint] .pylintrc - disable missing-function-docstring
Diffstat (limited to 'searx/search/checker')
-rw-r--r--searx/search/checker/__main__.py2
-rw-r--r--searx/search/checker/background.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/searx/search/checker/__main__.py b/searx/search/checker/__main__.py
index e1de860b7..4ce4ca76b 100644
--- a/searx/search/checker/__main__.py
+++ b/searx/search/checker/__main__.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
-# pylint: disable=missing-module-docstring, missing-function-docstring
+# pylint: disable=missing-module-docstring
import sys
import io
diff --git a/searx/search/checker/background.py b/searx/search/checker/background.py
index f79a5d2df..d9f11a71c 100644
--- a/searx/search/checker/background.py
+++ b/searx/search/checker/background.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
-# pylint: disable=missing-module-docstring, missing-function-docstring
+# pylint: disable=missing-module-docstring
import json
import random