Skip to content
Snippets Groups Projects
Commit 4cf6b826 authored by roadscape's avatar roadscape
Browse files

show overrides after lint

parent 393f26d1
No related branches found
No related tags found
No related merge requests found
if [ -z "$1" ] if [ -z "$1" ]
then then
pylint hive/**/*.py -f colorized -r n --disable=fixme pylint hive/**/*.py -f colorized -r n --disable=fixme
grep -r --color=always 'pylint: disable' hive
else else
pylint $1 -f colorized -r n --disable=fixme pylint $1 -f colorized -r n --disable=fixme
grep -r --color=always 'pylint: disable' $1
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment