2023-03-02 10:56:11 +00:00
|
|
|
ci:
|
|
|
|
autofix_prs: false
|
|
|
|
|
|
|
|
repos:
|
2023-03-20 15:17:00 +00:00
|
|
|
- repo: https://github.com/jorisroovers/gitlint
|
|
|
|
rev: v0.19.1
|
|
|
|
hooks:
|
|
|
|
- id: gitlint
|
|
|
|
stages: [commit-msg]
|
2023-03-22 06:24:22 +00:00
|
|
|
- id: gitlint-ci
|
2023-03-20 15:17:00 +00:00
|
|
|
|
2023-03-02 10:56:11 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.4.0
|
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-case-conflict
|
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-shebang-scripts-are-executable
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-json
|
|
|
|
- id: check-xml
|
|
|
|
- id: check-yaml
|
|
|
|
- id: trailing-whitespace
|
|
|
|
args: [--markdown-linebreak-ext=md]
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
exclude: ".key$"
|
2023-03-02 11:06:56 +00:00
|
|
|
|
2023-03-15 11:35:50 +00:00
|
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
2023-09-04 12:33:21 +00:00
|
|
|
rev: v0.9.0.5
|
2023-03-02 11:38:00 +00:00
|
|
|
hooks:
|
2023-03-15 11:35:50 +00:00
|
|
|
- id: shellcheck
|
2023-03-20 15:17:00 +00:00
|
|
|
|
2023-08-14 12:53:34 +00:00
|
|
|
- repo: local
|
2023-03-20 15:17:00 +00:00
|
|
|
hooks:
|
2023-08-14 12:53:34 +00:00
|
|
|
- id: make-lint
|
|
|
|
name: Run Make Lint
|
|
|
|
entry: make lint
|
|
|
|
language: system
|
|
|
|
pass_filenames: false
|
2023-03-24 07:36:34 +00:00
|
|
|
|
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: go-unit-tests
|
|
|
|
name: go unit tests
|
|
|
|
entry: make test
|
|
|
|
pass_filenames: false
|
|
|
|
types: [go]
|
|
|
|
language: system
|
2023-04-03 14:05:10 +00:00
|
|
|
|
|
|
|
- repo: https://github.com/TekWizely/pre-commit-golang
|
|
|
|
rev: v1.0.0-rc.1
|
|
|
|
hooks:
|
|
|
|
- id: go-staticcheck-repo-mod
|
2023-05-04 10:47:52 +00:00
|
|
|
- id: go-mod-tidy
|