Files
gitlab-cleanup-handler/.pre-commit-config.yaml
T
renovate 20063d83a6
Unbound Release / Check Preconditions (push) Successful in 27s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 28s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m3s
gitlab-cleanup-handler / test (push) Successful in 1m10s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 43s
Release / release (push) Successful in 1m13s
gitlab-cleanup-handler / build (push) Successful in 45s
chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.1 (#487)
2026-08-23 16:21:34 +00:00

42 lines
1.0 KiB
YAML

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/markdownlint/markdownlint
rev: v0.18.1
hooks:
- id: markdownlint
args:
- -r ~MD024
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.6
hooks:
- id: gitlab-ci-linter
args:
- --project
- unboundsoftware/gitlab-cleanup-handler
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.26.0
hooks:
- id: commitlint
stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0
hooks:
- id: errcheck
- id: go-fmt-goimports
- id: go-test
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.13.1
hooks:
- id: golangci-lint