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 064e51d commit aa3cf45Copy full SHA for aa3cf45
.editorconfig
@@ -9,4 +9,7 @@ indent_size = 2
9
end_of_line = lf
10
charset = utf-8
11
trim_trailing_whitespace = false
12
-insert_final_newline = false
+insert_final_newline = false
13
+
14
+[Makefile]
15
+indent_style = tab
Makefile
@@ -20,7 +20,10 @@ unittests-helm:
20
unittests-bash:
21
./unittests/bash/bats/bin/bats --pretty ./unittests/bash/tests/**/*.bats
22
23
-.PHONY: helm
+.PHONY: update-helm-dependencies
24
update-helm-dependencies:
25
helm dependency update
26
-
27
+.PHONY: yamllint
28
+yamllint:
29
+ yamllint -c .yamllint .
0 commit comments