summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-01-22 18:49:45 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-01-22 18:49:45 +0100
commitbaec54c49295020bd925e34a705afca29d7458f3 (patch)
treef8a9c8c6c28c6596249cf735cbb2b34fb20ca76d /Makefile
parentf310305c54c3cd1d9fc74f09453294edbd2b5486 (diff)
downloadsearxng-baec54c49295020bd925e34a705afca29d7458f3.tar.gz
searxng-baec54c49295020bd925e34a705afca29d7458f3.zip
[fix] revise of the google-news engine
This revise is based on the methods developed in the revise of the google engine (see commit 410c2f9). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8e3a199..350b2321b 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,9 @@ PYLINT_FILES=\
searx/testing.py \
searx/engines/gigablast.py \
searx/engines/deviantart.py \
- searx/engines/digg.py
+ searx/engines/digg.py \
+ searx/engines/google.py \
+ searx/engines/google_news.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))