Skip to content

Commit ec051b2

Browse files
roman-kiselenkotekton-robot
authored andcommitted
remove trailing space
1 parent 6ae32c6 commit ec051b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111
args: ["--allow-multiple-documents"]
1212
# Ignore yaml files with {{ }} cause they're not valid.
13-
exclude: '(test\/gohelloworld\/gohelloworld-chart\/templates\/.*yaml$)'
13+
exclude: '(test\/gohelloworld\/gohelloworld-chart\/templates\/.*yaml$)'
1414
- id: check-shebang-scripts-are-executable
1515
- id: check-json
1616
- id: detect-private-key
@@ -31,4 +31,4 @@ repos:
3131
args: ["test-unit"]
3232
language: system
3333
types: [go]
34-
pass_filenames: false
34+
pass_filenames: false

0 commit comments

Comments
 (0)