Skip to content

Releases: mineiros-io/pre-commit-hooks

v0.2.3

06 May 11:15
d1d7965
Compare
Choose a tag to compare

Changelog

Fixed

  • fix: ensure Terraform v0.15 compatibility for terraform validate

v0.2.2

21 Jul 06:21
5566c86
Compare
Choose a tag to compare

Changelog

Setting pass_filenames to false for golangci-lint since it handles its own file and checksum tree.

v0.2.1

13 Jul 16:35
1986218
Compare
Choose a tag to compare

Changelog

  • Remove -v flag from golangci-lint command for disabling verbose logging.

v.0.2.0

13 Jul 12:51
911a366
Compare
Choose a tag to compare

Changelog

  • golanglint-ci is now configurable and does not have all linters enabled per default.
  • Updated documentation for golanglint-ci
  • Deprecated gofmt, goimports and golint in favour of golanglint-ci.

Breaking Change

  • golanglint-ci now expects a valid .golangci.yml configuration file. For details please see .golangci.example.yml.

v0.1.4

03 Jun 11:48
1d71bd8
Compare
Choose a tag to compare

Changelog

  • fixed the goimports hook that accidentally pointed to golangci-lint

v0.1.3

27 May 07:14
ce4373c
Compare
Choose a tag to compare

Changelog

  • add new hook markdown-link-check that runs markdown-link-check which checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
  • add new hook shellcheck that runs shellcheck a static analysis tool for shell scripts

v0.1.2

25 May 20:15
eacf01d
Compare
Choose a tag to compare

Changelog

  • add a hook phony-targets that validates if Makefile targets that are marked as PHONY exists.

v0.1.1

16 Mar 15:56
6d3f906
Compare
Choose a tag to compare

Changelog

v0.1.0

25 Feb 09:19
50c650e
Compare
Choose a tag to compare

First stable release.

Changelog

new hooks:

  • gofmt
  • goimports
  • golint

Migrated READMEs format from AsciiDoc to Markdown.

v0.0.5

20 Jan 11:56
3719c2f
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Fix validate loop to handle relativ files in root directory