瀏覽代碼

makefile: codespell: silence warnings

Daniele Bartolini 4 年之前
父節點
當前提交
d53761e42e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      makefile

+ 2 - 1
makefile

@@ -200,7 +200,8 @@ clean-samples:
 codespell:
 	@codespell docs src tools tools-imgui \
 		--ignore-words=scripts/codespell-dictionary.txt \
-		--skip "Doxyfile.doxygen,*.ttf.h,*.png,docs/_themes,tools/level_editor/resources/theme/Adwaita"
+		--skip "Doxyfile.doxygen,*.ttf.h,*.png,docs/_themes,tools/level_editor/resources/theme/Adwaita" \
+		-q4 # 4: omit warnings about automatic fixes that were disabled in the dictionary.
 
 .PHONY: clean
 clean: clean-samples