Skip to content

Releases: haproxytech/check-commit

v5.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:48

Changelog

  • bead010 REORG/MEDIUM: migrate from standard log to log/slog
  • f92d61c MEDIUM: attribute file spelling errors to specific commits
  • 77598b3 CLEANUP/MINOR: reorder fields in the Aspell struct
  • 8cac5be BUILD/MINOR: ci: tag and push latest docker image for release tags

v5.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:24

Changelog

  • fa3f9fa BUILD/MINOR: bump github.com/go-git/go-git/v5 to v5.19.1
  • b7f3208 MINOR: auto-allow words from manifests and repo paths
  • 1ce53f0 BUILD/MINOR: add update-x task for golang.org/x dependencies
  • 2aec429 BUILD/MINOR: bump gitlab client and golang.org/x dependencies
  • 539e6de BUILD/MINOR: bump betteralign to v0.13.0 in taskfile
  • 9a3607d MINOR: add built-in C and Rust dictionaries
  • e7893dd MEDIUM: use remote-tracking refs to detect unpushed commits
  • abab7ea BUILD/MINOR: use go build to preserve VCS version stamping
  • e5bde4f BUILD/MEDIUM: enable VCS version stamping in compiled binary

v5.5.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:24

Changelog

  • 8347bec MEDIUM: expand dictionaries with new technical terms
  • 780cd2e MINOR: add common Go tools to golang spellcheck dictionary

v5.5.5

Choose a tag to compare

@github-actions github-actions released this 09 Jun 12:39

Changelog

  • bb013de MINOR: add language dictionaries for Go, Python, and WebJS
  • b140aba OPTIM/MINOR: bump betteralign and gofumpt versions
  • 82db1b5 REORG/MINOR: refactor tool management to use check-go-tool
  • 1c0cc55 REORG/MINOR: use Commit struct to improve error reporting

v5.5.4

Choose a tag to compare

@github-actions github-actions released this 06 May 17:40

Changelog

  • 315612c DOC/MINOR: improve descriptions for spell check scope options
  • 8baf572 MEDIUM: add init and help CLI commands for aspell config
  • 231f385 MINOR: add identifier_scope configuration option
  • 432f65c DOC?MINOR: update .aspell.yml with configuration examples and comments
  • 7fdaad4 MINOR: add support for fetching remote dictionaries
  • 1686331 CLEANUP/MINOR: include commit subject in spell check error logs

v5.5.3

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:25

Changelog

  • 5be1bc8 MINOR: move allowed words from config to dictionaries

v5.5.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:05

Changelog

  • 0cab112 MEDIUM: load acceptable words from embedded dictionary files

v5.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 20:41

Changelog

  • b401fdb MEDIUM: ignore code identifiers in spell check by default

v5.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 14:22

Changelog

  • 8e2e8d7 BUILD/MINOR: update golang.org/x/ dependencies
  • dbbd589 MAJOR: ignore commit hashes during checks
  • c52b603 MAJOR: update to go 1.26
  • e01a8b4 MINOR: improve error logs on aspell remote

v5.4.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 15:14

Changelog

  • 35275a8 BUG/MINOR: allow running on all maintained go versions