Skip to content

Commit

Permalink
fix(yamllint): remove excess spaces
Browse files Browse the repository at this point in the history
Run pre-commit fixes

Signed-off-by: Kaiyi <[email protected]>
  • Loading branch information
KaiyiLiu1234 committed Nov 18, 2024
1 parent e2c3c6f commit 9ef9706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/compose/dev/config/process-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process_names:
- name: "{{.PID}}"
cmdline:
- ".+" # yamllint disable-line rule:quoted-strings
- ".+" # yamllint disable-line rule:quoted-strings
2 changes: 1 addition & 1 deletion manifests/compose/validation/config/process-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process_names:
- name: "{{.PID}}"
cmdline:
- ".+" # yamllint disable-line rule:quoted-strings
- ".+" # yamllint disable-line rule:quoted-strings

0 comments on commit 9ef9706

Please sign in to comment.