Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-kiselenko authored and tekton-robot committed Feb 5, 2024
1 parent 6ae32c6 commit ec051b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-yaml
args: ["--allow-multiple-documents"]
# Ignore yaml files with {{ }} cause they're not valid.
exclude: '(test\/gohelloworld\/gohelloworld-chart\/templates\/.*yaml$)'
exclude: '(test\/gohelloworld\/gohelloworld-chart\/templates\/.*yaml$)'
- id: check-shebang-scripts-are-executable
- id: check-json
- id: detect-private-key
Expand All @@ -31,4 +31,4 @@ repos:
args: ["test-unit"]
language: system
types: [go]
pass_filenames: false
pass_filenames: false

0 comments on commit ec051b2

Please sign in to comment.