summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2021-03-15 15:39:39 +0100
committerGitHub <noreply@github.com>2021-03-15 15:39:39 +0100
commitdd34ac396cca75ff7b1690b00161d6c7253f46d0 (patch)
treef272a0367e4e70f75b2f2216fa1c722874548538 /Makefile
parent1664258061f9e718320852339cf0bd6d3324a83e (diff)
parentff527e268170852563830bf5b29a65515a98d2bb (diff)
Merge pull request #2652 from kvch/solr-engine
Add Apache Solr engine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4e9110ed..745ff5b91 100644
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ PYLINT_FILES=\
searx/engines/google_images.py \
searx/engines/mediathekviewweb.py \
searx/engines/solidtorrents.py \
+ searx/engines/solr.py \
searx/engines/google_scholar.py \
searx/engines/yahoo_news.py \
searx/engines/apkmirror.py \