Skip to content

Commit d7a7046

Browse files
committed
Set vale to ignore yaml files
Causes visual linting issues in the editor if the vale extension is installed
1 parent 0ba9ef2 commit d7a7046

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vale.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ BlockIgnores = (?s) *((import.*?\n)|(```.*?```\n))
1616
# in files like pyproject.toml
1717
BasedOnStyles =
1818

19+
[*.yml]
20+
# Ignore all rules for yaml files, to prevent false positives
21+
# in files for GitHub Actions or other CI/CD configurations
22+
BasedOnStyles =
23+
1924
[*]
2025
BasedOnStyles = Infrahub

0 commit comments

Comments
 (0)