File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ if ! command -v codespell > /dev/null; then
15
15
fi
16
16
17
17
IGNORE_WORDS_FILE=test/lint/lint-spelling.ignore-words.txt
18
- if ! codespell --check-filenames --disable-colors --quiet-level=7 --ignore-words=${IGNORE_WORDS_FILE} $( git ls-files -- " :(exclude)build-aux/m4/" " :(exclude)contrib/seeds/*.txt" " :(exclude)depends/" " :(exclude)doc/release-notes/" " :(exclude)src/leveldb/" " :(exclude)src/crc32c/" " :(exclude)src/qt/locale/" " :(exclude)src/qt/*.qrc" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)contrib/gitian-keys/keys.txt" ) ; then
18
+ if ! codespell --check-filenames --disable-colors --quiet-level=7 --ignore-words=${IGNORE_WORDS_FILE} $( git ls-files -- " :(exclude)build-aux/m4/" " :(exclude)contrib/seeds/*.txt" " :(exclude)depends/" " :(exclude)doc/release-notes/" " :(exclude)src/leveldb/" " :(exclude)src/crc32c/" " :(exclude)src/qt/locale/" " :(exclude)src/qt/*.qrc" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)contrib/gitian-keys/keys.txt" " :(exclude)contrib/guix/patches " ) ; then
19
19
echo " ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in ${IGNORE_WORDS_FILE} "
20
20
fi
You can’t perform that action at this time.
0 commit comments