diff options
author | Cryptomental <cryptomental.com@gmail.com> | 2018-07-10 15:15:39 +0800 |
---|---|---|
committer | Cryptomental <cryptomental.com@gmail.com> | 2018-07-11 04:57:50 +0800 |
commit | d454cec1bd8c95d0ab850a199bf9696dcebe14a5 (patch) | |
tree | 918651cc4d4b420ce34416a7af20cfad4fd53202 /scripts | |
parent | d84976dc871a1fdfab233650b989af69e325bf2b (diff) | |
download | dexon-solidity-d454cec1bd8c95d0ab850a199bf9696dcebe14a5.tar.gz dexon-solidity-d454cec1bd8c95d0ab850a199bf9696dcebe14a5.tar.zst dexon-solidity-d454cec1bd8c95d0ab850a199bf9696dcebe14a5.zip |
circleci: Integrate codespell.
Run codespell against documentation and during Linux test run.
Use codespell_whitelist.txt dictionary to whitelist words that
should not be considered as misspelled.
Currently whitelist "iff" and "nd".
Refs: #4442
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/codespell_whitelist.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/codespell_whitelist.txt b/scripts/codespell_whitelist.txt new file mode 100644 index 00000000..31f03981 --- /dev/null +++ b/scripts/codespell_whitelist.txt @@ -0,0 +1,3 @@ +iff +nd +assignend |