summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/.yamllint')
-rw-r--r--Documentation/devicetree/bindings/.yamllint4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/.yamllint b/Documentation/devicetree/bindings/.yamllint
index fea5231e1320..8f9dd18dfe04 100644
--- a/Documentation/devicetree/bindings/.yamllint
+++ b/Documentation/devicetree/bindings/.yamllint
@@ -4,7 +4,7 @@ rules:
quoted-strings:
required: only-when-needed
extra-allowed:
- - '[$^,[]'
+ - '[$^[]'
- '^/$'
line-length:
# 80 chars should be enough, but don't fail if a line is longer
@@ -30,7 +30,7 @@ rules:
document-start:
present: true
empty-lines:
- max: 3
+ max: 1
max-end: 1
empty-values:
forbid-in-block-mappings: true