Skip to content

Releases: turo/pre-commit-hooks

v3.2.0

27 Jan 00:02
Compare
Choose a tag to compare

3.2.0 (2022-01-27)

Feature

  • gomarkdoc: use embed instead of rewriting entire README (97a6590)

v3.1.1

30 Dec 12:10
a2cea74
Compare
Choose a tag to compare

3.1.1 (2021-12-30)

Bug Fixes

  • hooks: fix typo in go-build hook (a2cea74)

v3.1.0

30 Dec 11:57
Compare
Choose a tag to compare

3.1.0 (2021-12-30)

Feature

  • hooks: ignore node_modules in hooks using 'go list ./...' (03ffbb6)

v3.0.0

29 Dec 20:59
Compare
Choose a tag to compare

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

28 Dec 22:00
Compare
Choose a tag to compare

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

20 Dec 13:32
Compare
Choose a tag to compare

Features

  • Add golangci-lint-mod hook to lint go modules

v2.4.0

15 Dec 23:19
5f25cfa
Compare
Choose a tag to compare
  • Update golangci-lint to 1.43.0

2.3.2

15 Dec 18:48
da378b8
Compare
Choose a tag to compare
  • Fixes issue with deadcode linter in golangci-lint

v2.3.1

23 Sep 00:31
47f414f
Compare
Choose a tag to compare
  • Fixes edge case with gomarkdoc hook

v2.3.0

22 Sep 20:53
Compare
Choose a tag to compare
  • feat: let gomarkdoc use GitHub Action environment variables to determine repository information if they're present