Releases: turo/pre-commit-hooks
Releases · turo/pre-commit-hooks
v3.2.0
3.2.0 (2022-01-27)
Feature
- gomarkdoc: use embed instead of rewriting entire README (97a6590)
v3.1.1
3.1.1 (2021-12-30)
Bug Fixes
- hooks: fix typo in go-build hook (a2cea74)
v3.1.0
3.1.0 (2021-12-30)
Feature
- hooks: ignore node_modules in hooks using 'go list ./...' (03ffbb6)
v3.0.0
3.0.0 (2021-12-29)
Breaking Changes
- golangci-lint-mod: remove golangci-lint-mod as it is redundant (8895ca1)
This removes golangci-lint-mod as golangci-lint now checks all files in the repo.
BREAKING CHANGE: `golangci-lint-mod` has been removed. Replace usage of `golangci-lint-mod`
with `golangci-lint`.
fix #devops-5383
CI
- gha: remove unused env variables (28fc27c)
v2.5.1
2.5.1 (2021-12-28)
Bug Fixes
- golangci-lint: run golangci-lint on whole workspace (77014dd)
CI
- update token used for release (8937f6a)
- add ci and release actions (9f47b6f)
v2.5.0
Features
- Add
golangci-lint-mod
hook to lint go modules
v2.4.0
- Update
golangci-lint
to 1.43.0
2.3.2
- Fixes issue with
deadcode
linter in golangci-lint
v2.3.1
- Fixes edge case with
gomarkdoc
hook
v2.3.0
- feat: let gomarkdoc use GitHub Action environment variables to determine repository information if they're present