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 4622eaf commit 4b509adCopy full SHA for 4b509ad
1 file changed
.pre-commit-config.yaml
@@ -1,5 +1,8 @@
1
---
2
-exclude: ^(Cargo\.nix|crate-hashes\.json|nix/.*)$
+# The files tests/templates/kuttl/smoke/31_configmap_.* define the expected ConfigMap contents.
3
+# New lines at the end of these files are intentional and must not be removed by the pre-commit hook
4
+# "end-of-file-fixer".
5
+exclude: ^(Cargo\.nix|crate-hashes\.json|nix/.*|tests/templates/kuttl/smoke/31_configmap_.*)$
6
7
default_language_version:
8
node: system
0 commit comments