Skip to content
Snippets Groups Projects
Unverified Commit b91d303a authored by Varac's avatar Varac
Browse files

Add helmlint pre-commit and default hooks

parent 0723bb5c
No related branches found
No related tags found
1 merge request!252Resolve "Nextcloud time to first byte (TTFB) too long - enable caching"
# https://pre-commit.com/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
- id: check-merge-conflict
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.17
hooks:
- id: helmlint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment