From d494cee0da8e985601b62a537c1ff79059691150 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Wed, 16 Oct 2019 02:25:19 +0200 Subject: [PATCH] Don't spell check scripts Change-type: patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25708218..704580ee 100644 --- a/Makefile +++ b/Makefile @@ -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