mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 04:20:01 -05:00
ci: remove "count =" from .codespellrc
Since 42445b2c, we've been printing a message for each invocation
of codespell. The count print is redundant and clutters the log.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
[codespell]
|
[codespell]
|
||||||
check-filenames =
|
check-filenames =
|
||||||
check-hidden =
|
check-hidden =
|
||||||
count =
|
|
||||||
# Disable warnings about binary files
|
# Disable warnings about binary files
|
||||||
quiet-level = 2
|
quiet-level = 2
|
||||||
builtin = clear,rare,en-GB_to_en-US
|
builtin = clear,rare,en-GB_to_en-US
|
||||||
|
|||||||
Reference in New Issue
Block a user