30 lines
814 B
YAML
30 lines
814 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
args:
|
|
- --allow-multiple-documents
|
|
- id: check-added-large-files
|
|
- id: check-merge-conflict
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.30.2
|
|
hooks:
|
|
- id: typos
|
|
args: ["--force-exclude"]
|
|
|
|
- repo: git@huizinga.dev:Dreaded_X/cluster-crds.git
|
|
rev: 951a61836937c443aa9a8d49d973cfc23dd6d219
|
|
hooks:
|
|
- id: kubeconform
|
|
|
|
# Linting does not work with external values.yaml
|
|
# TODO: Include url to schema in values.yaml and validate based on that?
|
|
# - repo: https://github.com/tarioch/flux-check-hook
|
|
# rev: v0.8.0
|
|
# hooks:
|
|
# - id: check-flux-helm-values
|