diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-03-29 19:20:54 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-03-29 19:20:54 (GMT) |
commit | c7d978d3715f6bd2c16cd09123163cf895957d23 (patch) | |
tree | a9159c95173b9b8c9eec2ba3a81505f16f8f28e5 /.codespellrc | |
parent | 63441bb92029a1e28898cf573e87ce4cbf9d7c75 (diff) | |
download | CMake-c7d978d3715f6bd2c16cd09123163cf895957d23.zip CMake-c7d978d3715f6bd2c16cd09123163cf895957d23.tar.gz CMake-c7d978d3715f6bd2c16cd09123163cf895957d23.tar.bz2 |
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.
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index a8be487..0abd94e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,7 +1,6 @@ [codespell] check-filenames = check-hidden = -count = # Disable warnings about binary files quiet-level = 2 builtin = clear,rare,en-GB_to_en-US |