Don't spell check scripts

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-10-16 02:25:19 +02:00
parent 1b8380c5dc
commit d494cee0da

View File

@ -170,7 +170,7 @@ lint-spell:
--dictionary - \
--dictionary dictionary.txt \
--skip *.svg *.gz,*.bz2,*.xz,*.zip,*.img,*.dmg,*.iso,*.rpi-sdcard,*.wic,.DS_Store,*.dtb,*.dtbo,*.dat,*.elf,*.bin,*.foo,xz-without-extension \
lib tests docs scripts Makefile *.md LICENSE
lib tests docs Makefile *.md LICENSE
lint: lint-ts lint-js lint-sass lint-cpp lint-html lint-spell