Skip to content

Releases: mineiros-io/pre-commit-hooks

v0.5.1

13 Feb 13:55
0b45f42
Compare
Choose a tag to compare

What's Changed

  • fix: shellcheck set minimum severity to warning by @zied-elouaer in #39
  • chore: add @mineiros-io/terraform-service-catalog as codeowners by @Esanim in #41
  • fix: update tflint script to accept newer versions by @Esanim in #40

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

14 Feb 11:02
9099a21
Compare
Choose a tag to compare

What's Changed

  • feat: add support for recursive terradoc fmt and generate by @switchdk in #38

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

22 Aug 13:44
dfb9e12
Compare
Choose a tag to compare

Changelog

Fixed

  • make terramate hook fmt.sh executable

v0.4.2

22 Aug 13:38
e54a5ea
Compare
Choose a tag to compare

Changelog

Added

  • Add hook for running terramate fmt

v0.4.1

17 Apr 18:27
e2c7384
Compare
Choose a tag to compare

What's Changed

  • fix: do not run terramate on each file by @mariux in #35

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Apr 18:21
db77269
Compare
Choose a tag to compare

What's Changed

  • feat: add support for terramate generate by @mariux in #33
  • chore: help to find markdown link checker binary by @mariux in #32
  • chore: update README by @mariux in #34

Full Changelog: v0.3.3...v0.4.0

v0.3.3

17 Apr 17:56
5528acb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Apr 20:31
4f7c07d
Compare
Choose a tag to compare

Changelog

Added

  • Add new hook terradoc-fmt: The terradoc fmt command is used to rewrite Terradoc configuration *tfdoc.hcl files to a canonical format and style.
  • Add new hook terradoc-generate: The terradoc generates a documentation file from Terradoc configuration *tfdoc.hcl files

v0.3.1

23 Dec 03:00
ac23228
Compare
Choose a tag to compare

Changelog

Added

  • Add the optional -p flag to the markdown-lint-check hook to allow it to pass even if it finds broken links

v0.3.0

11 Aug 08:52
9988f29
Compare
Choose a tag to compare

Changelog

Changed

  • refactor!: remove golint hook since golint has been deprecated

Added

  • feat: add revive to example .golangci.example.yml