Files
schemas/.pre-commit-config.yaml
T
renovate 923ef9a82f
Unbound Release / Check Preconditions (push) Successful in 24s
Unbound Release / Create Release (push) Skipped
Unbound Release / Create Tag (push) Successful in 23s
Unbound Release / Generate Changelog and Handle PR (push) Failing after 42s
Release / release (push) Failing after 1m20s
pre-commit / pre-commit (push) Successful in 4m18s
schemas / build (push) Successful in 4m17s
schemas / check (push) Successful in 1m23s
schemas / vulnerabilities (push) Successful in 53s
schemas / check-release (push) Successful in 59s
schemas / deploy-prod (push) Successful in 1m16s
chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.2 (#931)
2026-08-31 00:46:17 +00:00

41 lines
1.1 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
args:
- --allow-multiple-documents
- id: check-added-large-files
- 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/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-mod-tidy
- id: go-imports
args:
- -local
- git.unbound.se/unboundsoftware/schemas
- repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0
hooks:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.13.2
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
hooks:
- id: gitleaks
exclude: '^ctl/generated.go|graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'