summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-02-11 15:11:26 +0100
committerGitHub <noreply@github.com>2021-02-11 15:11:26 +0100
commit74c8b5606f9bfd4a6a4c36b2d0e789b223f82c6a (patch)
tree1421ffc608ba6c318348339da1bb5fffcf782678 /Makefile
parent436d366448131088a9cddcedc9b789a44b38ee97 (diff)
parentbc1be3f0e9df3e634e3193db1f052a75bbb4e682 (diff)
Merge pull request #2541 from return42/mediathekviewweb
[enh] add engine MediathekViewWeb (API)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d148581dd..13f965b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,8 @@ PYLINT_FILES=\
searx/engines/google.py \
searx/engines/google_news.py \
searx/engines/google_videos.py \
- searx/engines/google_images.py
+ searx/engines/google_images.py \
+ searx/engines/mediathekviewweb.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))