This is an automated email from the ASF dual-hosted git repository.
aw pushed a change to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git.
from 2bb9f05 YETUS-452. Remove python2; rewrite python bits for python3
(#201)
new 977dcba YETUS-1065. Add support for codespell (#191)
new e0a8a07 YETUS-1069. no annotation for failing to apply PR (#204)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.markdownlint.yaml => .codespellignorelines | 10 +-
.codespellrc | 4 +-
asf-site-src/config.rb | 2 +-
.../{golangcilint.html.md => codespell.html.md} | 13 +-
precommit/src/main/shell/core.d/change-analysis.sh | 59 +++++++-
.../src/main/shell/test-patch-docker/Dockerfile | 2 +-
precommit/src/main/shell/test-patch.d/codespell.sh | 159 +++++++++++++++++++++
precommit/src/main/shell/test-patch.sh | 6 +
website-tester.sh | 17 +++
9 files changed, 255 insertions(+), 17 deletions(-)
copy .markdownlint.yaml => .codespellignorelines (85%)
copy
asf-site-src/source/documentation/in-progress/precommit/plugins/{golangcilint.html.md
=> codespell.html.md} (69%)
create mode 100755 precommit/src/main/shell/test-patch.d/codespell.sh