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

Commit ce7df59

Browse files
eslint: enforce yml/no-empty-document
1 parent adf2f2a commit ce7df59

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"rules": {
1515
"no-jquery/no-global-selector": "warn",
16-
"yml/no-empty-document": "warn",
1716
"yml/no-empty-mapping-value": "warn"
1817
}
1918
}

config/packages/prod/deprecations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
# type: stream
77
# channels: [deprecation]
88
# path: php://stderr
9+
~
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# webpack_encore:
2-
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
3-
# Available in version 1.2
4-
# cache: true
2+
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
3+
# Available in version 1.2
4+
# cache: true
5+
~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# webpack_encore:
22
# strict_mode: false
3+
~

0 commit comments

Comments
 (0)