Skip to content

Commit a8238ad

Browse files
ci: add yamllint
1 parent f3b03f3 commit a8238ad

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.tool-versions

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
deno 2.5.1
2-
prek 0.3.2
3-
python 3.11.13
4-
ruby 3.4.5
5-
ruff 0.12.11
6-
uv 0.8.8
1+
deno 2.5.1
2+
prek 0.3.2
3+
python 3.11.13
4+
ruby 3.4.5
5+
ruff 0.12.11
6+
uv 0.8.8
7+
yamllint 1.38.0

.yamllint

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
extends: default
3+
4+
ignore:
5+
- .venv/
6+
- .serena/
7+
- .github/
8+
9+
rules:
10+
document-start: disable
11+
line-length:
12+
max: 150
13+
indentation:
14+
spaces: 2
15+
indent-sequences: true
16+
truthy:
17+
check-keys: false

0 commit comments

Comments
 (0)