From 2158772e3b979c4bb2a186f757c1f19e00242ebd Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 13 Nov 2018 14:55:45 +0100 Subject: [PATCH] lint: don't run codespell on svg files Change-type: patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7632db9f..aa23c704 100644 --- a/Makefile +++ b/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