mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 15:56:33 +00:00
lint: don't run codespell on svg files
Change-type: patch
This commit is contained in:
parent
333298e6c3
commit
2158772e3b
2
Makefile
2
Makefile
@ -201,7 +201,7 @@ lint-spell:
|
||||
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 \
|
||||
--skip *.svg *.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
|
||||
|
||||
lint: lint-js lint-sass lint-cpp lint-html lint-spell
|
||||
|
Loading…
x
Reference in New Issue
Block a user