-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CONFIG] [Docker] [make] New config file for yamllint tool
- Loading branch information
Gonzalo Diaz
committed
Jun 10, 2024
1 parent
45685ad
commit bd4408d
Showing
5 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.trunk/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
extends: default | ||
|
||
ignore-from-file: .yamlignore | ||
|
||
rules: | ||
comments: | ||
min-spaces-from-content: 1 | ||
|
||
# yamllint disable rule:line-length | ||
# | ||
# References: | ||
# False positive: interpreting GitHub actions "on:" as a truthy value #430 | ||
# https://github.com/adrienverge/yamllint/issues/430 | ||
# | ||
# YAML formatting not compliant with yamllint "spaces before comments" requirement #433 | ||
# https://github.com/redhat-developer/vscode-yaml/issues/433#issuecomment-1235681987 | ||
# | ||
# yamllint enable rule:line-length |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters