Add unstable sources.list

This commit is contained in:
Mark Janssen 2024-07-31 22:23:28 +02:00
parent 67087c4f48
commit f407329ecc
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
10 changed files with 51 additions and 7 deletions

17
.yamllint.yaml Normal file
View file

@ -0,0 +1,17 @@
---
extends: relaxed
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 200
level: warning
empty-lines:
max: 2
max-start: 1
max-end: 1
colons:
max-spaces-after: -1
commas:
max-spaces-after: -1