Commit 340a7de
committed
Yamllint: update config to fix (ignore) warnings
Yamllint 1.37.1 introduced a new check which check the number of spaces between the Yaml and trailing comments on the same line.
In their wisdom, they have elected to make the expected number of spaces default to `2`, while we use `1` in practice.
This commit updates the configuration to check for 1 space instead of 2.
Ref:
* https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst#1371-2025-05-04
* https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments1 parent 7e6a7a3 commit 340a7de
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
0 commit comments