Skip to content

Commit 4ae50da

Browse files
Revert "qa: Fix codespell error and have lint-spelling error instead of warn"
This reverts commit e413c2d.
1 parent 2468471 commit 4ae50da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/lint/lint-spelling.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
export LC_ALL=C
1111

12-
EXIT_CODE=0
1312
IGNORE_WORDS_FILE=test/lint/lint-spelling.ignore-words.txt
1413
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/qt/locale/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/"); then
1514
echo "^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in ${IGNORE_WORDS_FILE}"
16-
EXIT_CODE=1
1715
fi
18-
exit ${EXIT_CODE}

0 commit comments

Comments
 (0)