Releases: mineiros-io/pre-commit-hooks
Releases · mineiros-io/pre-commit-hooks
v0.2.3
Changelog
Fixed
- fix: ensure Terraform v0.15 compatibility for terraform validate
v0.2.2
Changelog
Setting pass_filenames
to false
for golangci-lint since it handles its own file and checksum tree.
v0.2.1
Changelog
- Remove
-v
flag from golangci-lint command for disabling verbose logging.
v.0.2.0
Changelog
- golanglint-ci is now configurable and does not have all linters enabled per default.
- Updated documentation for golanglint-ci
- Deprecated
gofmt
,goimports
andgolint
in favour ofgolanglint-ci
.
Breaking Change
golanglint-ci
now expects a valid.golangci.yml
configuration file. For details please see .golangci.example.yml.
v0.1.4
Changelog
- fixed the goimports hook that accidentally pointed to golangci-lint
v0.1.3
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
Changelog
- add a hook phony-targets that validates if Makefile targets that are marked as PHONY exists.
v0.1.1
Changelog
- add golangci-lint hook
v0.1.0
First stable release.
Changelog
new hooks:
- gofmt
- goimports
- golint
Migrated READMEs format from AsciiDoc to Markdown.
v0.0.5
Fix validate loop to handle relativ files in root directory