Nick Dimiduk created YETUS-1231:
-----------------------------------
Summary: codespell is trying to parse contents the of .git
Key: YETUS-1231
URL: https://issues.apache.org/jira/browse/YETUS-1231
Project: Yetus
Issue Type: Bug
Components: Precommit
Affects Versions: 0.15.0
Reporter: Nick Dimiduk
Using {{ghcr.io/apache/yetus:main}}, it seems the default {{codespell}}
configuration is inspecting the contents of .git.
{noformat}
============================================================================
============================================================================
codespell plugin: full
============================================================================
============================================================================
[Mon Jun 19 12:53:05 PM UTC 2023 DEBUG]: offset clock by 0
WARNING: Cannot decode file using encoding "utf-8":
./.git/objects/68/2543a559782bec05d0d49067742babf19e34bd
WARNING: Trying next encoding "iso-8859-1"
WARNING: Cannot decode file using encoding "utf-8":
./.git/objects/74/65efc508cca072a4e103d8ce905d93f3a10010
WARNING: Trying next encoding "iso-8859-1"
WARNING: Cannot decode file using encoding "utf-8":
./.git/objects/f0/d57d38957178df8e9daae4eba779282ad62379
WARNING: Trying next encoding "iso-8859-1"
WARNING: Cannot decode file using encoding "utf-8":
./.git/objects/78/1615f230919cdcf42cc398cd1fc07a12ff2803
WARNING: Trying next encoding "iso-8859-1"
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)