Files
seq-input-gelf/.pre-commit-config.yaml
T
Iain Sproat 4d831e56bb Initial helm chart and fix CircleCI (#2)
* Initial helm chart
* fix(circleci): adds ssh key finger print
2023-02-08 19:36:53 +00:00

40 lines
980 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.4'
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
hooks:
- id: check-yaml
exclude: 'charts'
- id: check-merge-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-vcs-permalinks
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: 'charts/seq-input-gelf/README.md'
- repo: https://github.com/syntaqx/git-hooks
rev: 'v0.0.17'
hooks:
- id: circleci-config-validate
- repo: https://github.com/Jarmos-san/shellcheck-precommit
rev: 'v0.2.0'
hooks:
- id: shellcheck-system
- repo: https://github.com/norwoodj/helm-docs
rev: v1.11.0
hooks:
- id: helm-docs
args:
- --chart-search-root=charts
ci:
autoupdate_schedule: weekly