Skip to content

Commit

Permalink
Disabled starting space in Yaml comments to allow Vortex's internal c…
Browse files Browse the repository at this point in the history
…omments.
  • Loading branch information
AlexSkrypnyk committed Oct 21, 2024
1 parent cc95abe commit 9968b7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vortex/tests/.yamllint-for-gha.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Yamllint configuration file used to check GitHub Actions configuration files.
# Yamllint configuration file used to check GitHub Actions configuration files.
extends: default

rules:
comments-indentation: false
comments:
min-spaces-from-content: 1
# Disable to support Vortex's internal comments like `#;<` and `#;>`.
require-starting-space: false
document-start:
present: false
empty-lines:
Expand Down

1 comment on commit 9968b7f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.