Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bmp-caosdb
caosdb-webui
Commits
9ff35b53
Commit
9ff35b53
authored
Jul 16, 2019
by
Henrik tom Wörden
Browse files
ci
parent
8b118ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefile
View file @
9ff35b53
...
...
@@ -173,11 +173,11 @@ unzip:
for
f
in
$(LIBS_ZIP)
;
do
unzip
-o
-d
libs
$$
f
;
done
PYLINT
=
pylint
-d
all
-e
E,F
PYLINT
=
pylint
3
-d
all
-e
E,F
PYTHON_FILES
=
$(
subst
$(ROOT_DIR)
/,,
$(
shell
find
$(ROOT_DIR)
/
-iname
"*.py"
))
pylint
:
$(PYTHON_FILES)
for
f
in
$(PYTHON_FILES)
;
do
$(PYLINT)
$$
f
||
exit
1
;
done
PYLINT_LOCAL
=
/usr/bin/pylint
-d
all
-e
E,F
PYLINT_LOCAL
=
/usr/bin/pylint
3
-d
all
-e
E,F
pylint-local
:
$(PYTHON_FILES)
for
f
in
$(PYTHON_FILES)
;
do
$(PYLINT_LOCAL)
$$
f
||
exit
1
;
done
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