File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040inform " Checking $LIBRARY_NAME $LIBRARY_VERSION \n"
4141
4242inform " Checking for trailing whitespace..."
43- if grep -IUrn --color " [[:blank:]]$" --exclude-dir=dist --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO; then
43+ if grep -IUrn --color " [[:blank:]]$" --exclude-dir=dist -exclude-dir=.venv - -exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO; then
4444 warning " Trailing whitespace found!"
4545 exit 1
4646else
4949printf " \n"
5050
5151inform " Checking for DOS line-endings..."
52- if grep -lIUrn --color $' \r ' --exclude-dir=dist --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile; then
52+ if grep -lIUrn --color $' \r ' --exclude-dir=dist --exclude-dir=.tox -exclude-dir=.venv - -exclude-dir=.git --exclude=Makefile; then
5353 warning " DOS line-endings found!"
5454 exit 1
5555else
You can’t perform that action at this time.
0 commit comments