Skip to content

Commit

Permalink
Run codespell on everything (ethereum#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored Aug 29, 2020
1 parent b465693 commit 144ed12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespell-whitelist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
uint
ith
nd
mitre
readded
crate
Expand Down
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ elif [[ $TASK = 'htmlproofer-external' ]]; then
elif [[ $TASK = 'eip-validator' ]]; then
eipv EIPS/ --ignore=title_max_length,missing_discussions_to --skip=eip-20-token-standard.md
elif [[ $TASK = 'codespell' ]]; then
codespell -q4 -I .codespell-whitelist eip-X.md EIPS/
codespell -q4 -I .codespell-whitelist -S ".git,Gemfile.lock,**/*.png,**/*.gif,**/*.jpg,**/*.svg,.codespell-whitelist,vendor,_site,_config.yml,style.css"
fi

0 comments on commit 144ed12

Please sign in to comment.