Skip to content

Commit

Permalink
yamllint allow trailing spaces (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Jul 6, 2023
1 parent 3f97044 commit d1f1362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ rules:
spaces: 2
key-ordering: enable
line-length: disable
truthy: disable
truthy: disable
trailing-spaces: disable

0 comments on commit d1f1362

Please sign in to comment.