Skip to content

Commit

Permalink
Use min-spaces-from-content instead of disabling comments rule
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Jan 16, 2025
1 parent 6ffcb58 commit b988276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ rules:
max: 120
truthy:
check-keys: false
comments:
min-spaces-from-content: 1
2 changes: 1 addition & 1 deletion k8s/cloud/public/base/artifact_tracker_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
template:
spec:
containers:
- name: artifact-tracker-server # yamllint disable rule:indentation rule:comments
- name: artifact-tracker-server # yamllint disable rule:indentation
env:
- name: PL_VIZIER_VERSION
value: "0.14.14"
Expand Down

0 comments on commit b988276

Please sign in to comment.