We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7209a commit 60c654aCopy full SHA for 60c654a
.pre-commit-config.yaml
@@ -10,6 +10,7 @@ repos:
10
- id: check-merge-conflict
11
- id: check-symlinks
12
- id: check-toml
13
+ # Commented out the check-yaml hook because it seems that it doesn't parse the Helm templates successfully.
14
# - id: check-yaml
15
- id: end-of-file-fixer
16
- id: mixed-line-ending
0 commit comments