mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
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:
parent
657142716c
commit
b74347d21f
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5,7 +5,6 @@
|
||||
*.scss text eol=lf
|
||||
|
||||
# Text files
|
||||
dictionary text
|
||||
Dockerfile* text
|
||||
.dockerignore text
|
||||
.editorconfig text
|
||||
|
@ -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.
|
||||
|
||||
|
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
codespell==1.9.2
|
||||
codespell==1.11.0
|
||||
cpplint==1.3.0
|
||||
awscli==1.11.87
|
||||
shyaml==0.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user