Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 499c2db

Browse files
eslint: enforce yml/no-empty-mapping-value
1 parent 9ca48c3 commit 499c2db

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"no-unused-vars": "warn",
1717
"no-new": "warn",
1818
"semi-style": "warn",
19-
"yml/no-empty-document": "warn",
20-
"yml/no-empty-mapping-value": "warn"
19+
"yml/no-empty-document": "warn"
2120
}
2221
}

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
doctrine:
22
dbal:
33
connections:
4-
default:
4+
default: ~

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
- { name: kernel.event_listener, event: kernel.exception }
6161

6262
# Vendor services for autowiring
63-
thiagoalessio\TesseractOCR\TesseractOCR:
63+
thiagoalessio\TesseractOCR\TesseractOCR: ~
6464

6565
# please note that last definitions always *replace* previous ones
6666
# add more service definitions when explicit configuration is needed

0 commit comments

Comments
 (0)