chore: pass a dictionary to codespell.py (#1717)

The `-` option loads the default dictionary.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-12-06 08:58:30 -04:00 committed by Andrew Scheller
parent 657142716c
commit b74347d21f
5 changed files with 5 additions and 4 deletions

1
.gitattributes vendored
View File

@ -5,7 +5,6 @@
*.scss text eol=lf
# Text files
dictionary text
Dockerfile* text
.dockerignore text
.editorconfig text

View File

@ -446,7 +446,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix broken image drag and drop functionality.
- Prevent global shortcuts from interferring with another applications.
- Prevent re-activating the "Flash" button with the keybaord shortcuts when a flash is already in process.
- Prevent re-activating the "Flash" button with the keyboard shortcuts when a flash is already in process.
- Fix certain non-removable Windows devices not being filtered out.
- Display non-mountable Windows drives in the drive selector.

View File

@ -535,7 +535,9 @@ lint-html:
node scripts/html-lint.js
lint-spell:
codespell.py \
codespell \
--dictionary - \
--dictionary dictionary.txt \
--skip *.gz,*.bz2,*.xz,*.zip,*.img,*.dmg,*.iso,*.rpi-sdcard,.DS_Store,*.dtb,*.dtbo,*.dat,*.elf,*.bin,*.foo,xz-without-extension \
lib tests docs scripts Makefile *.md LICENSE

View File

@ -1,4 +1,4 @@
codespell==1.9.2
codespell==1.11.0
cpplint==1.3.0
awscli==1.11.87
shyaml==0.5.0