Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
fc89c698
Commit
fc89c698
authored
Apr 01, 2020
by
Markus Heiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make test.pylint: do not run pylint checks in py2
Signed-off-by:
Markus Heiser
<
markus.heiser@darmarit.de
>
parent
09a40625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Makefile
Makefile
+5
-0
No files found.
Makefile
View file @
fc89c698
...
...
@@ -186,12 +186,17 @@ PHONY += test test.pylint test.pep8 test.unit test.coverage test.robot
test
:
buildenv test.pylint test.pep8 test.unit gecko.driver test.robot
ifeq
($(PY),2)
test.pylint
:
@
echo
"LINT skip liniting py2"
else
# TODO: balance linting with pylint
test.pylint
:
pyenvinstall
$
(
call cmd,pylint,
\
searx/preferences.py
\
searx/testing.py
\
)
endif
# ignored rules:
# E402 module level import not at top of file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment