Skip to content
Snippets Groups Projects
Commit 53613156 authored by Stuart D. Gathman's avatar Stuart D. Gathman
Browse files

Minor fixes to make test suite pass for python2 after binary/text file changes.

parent 755f3edb
Branches
Tags
No related merge requests found
Check Description Justification
E111 req indent 4 Creates more continuation lines
E114 req indent 4 cmnt Same
E231 req space after , makes calls like print() harder to read
E266 no ## Required by Doxygen
W291 trailing spaces in cmnt Needed for space preserving para reformat
#!/bin/sh
ignore=`awk -F\\\\t '{ print $1 }' pep8.dat | tail -n +2`
a=(${ignore})
list=$(echo "${a[@]}"|tr '[ ]' '[,]')
echo python3 -m pep8 --ignore="$list" $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment