Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
15527f4a
Commit
15527f4a
authored
Jun 27, 2016
by
Thanassis Tsiodras
Browse files
[pylint] Cleaning up pylint output
parent
32c35189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
15527f4a
...
...
@@ -9,7 +9,7 @@ flake8:
pylint
:
@
echo
Performing static analysis via pylint...
@
pylint
--disable
=
I
--rcfile
=
pylint.cfg
${PY_SRC}
|
sed
-n
'/^Report/q;p'
@
pylint
--disable
=
I
--rcfile
=
pylint.cfg
${PY_SRC}
|
grep
-v
'^$$'
|
sed
-n
'/^Report/q;p'
mypy
:
@
echo
Performing
type
analysis via mypy...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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