Skip to content

Commit 9aaaf14

Browse files
Pesastenzek
authored andcommitted
CI: Stricter yamllint config
1 parent ff747dd commit 9aaaf14

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/resources/gamedb.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64572,7 +64572,6 @@ SLUS-01172:
6457264572
compatibility:
6457364573
rating: NoIssues
6457464574
versionTested: "0.1-986-gfc911de1"
64575-
comments: "a"
6457664575
controllers:
6457764576
- AnalogController
6457864577
- DigitalController
@@ -188394,7 +188393,6 @@ SLES-01907:
188394188393
compatibility:
188395188394
rating: NoIssues
188396188395
versionTested: "0.1-1645-g42d49426"
188397-
comments: "Libcrypt protected game, needs SBI file."
188398188396
controllers:
188399188397
- AnalogController
188400188398
- DigitalController

extras/yamllint-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ rules:
66
indentation:
77
spaces: 2
88
indent-sequences: true
9+
check-multi-line-strings: true
910
document-start:
1011
present: false
1112
document-end:
1213
present: false
1314
comments:
1415
require-starting-space: true
1516
min-spaces-from-content: 1
16-
17+
braces:
18+
forbid: true
19+
brackets:
20+
forbid: true
21+
empty-lines:
22+
max: 0
23+
empty-values: enable
24+
octal-values:
25+
forbid-implicit-octal: true

0 commit comments

Comments
 (0)