Make lint-includes.sh work from any directory
This commit is contained in:
parent
f5db3f2128
commit
490da639cb
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
export LC_ALL=C
|
||||
IGNORE_REGEXP="/(leveldb|secp256k1|univalue)/"
|
||||
|
||||
# cd to root folder of git repo for git ls-files to work properly
|
||||
cd "$(dirname $0)/../.." || exit 1
|
||||
|
||||
filter_suffix() {
|
||||
git ls-files | grep -E "^src/.*\.${1}"'$' | grep -Ev "${IGNORE_REGEXP}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue