Merge "Ignore bashate E010"
This commit is contained in:
commit
d4731aa9c4
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ROOT=$(readlink -fn $(dirname $0)/.. )
|
||||
find $ROOT -type f -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* \) -print0 | xargs -0 bashate -i E006 -v
|
||||
find $ROOT -type f -not -wholename \*.tox/\* -and \( -name \*.sh \
|
||||
-or -name \*rc -or -name functions\* \) -print0 \
|
||||
| xargs -0 bashate -i E006,E010 -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user