diff options
Diffstat (limited to 'Documentation/devicetree/bindings/.yamllint')
| -rw-r--r-- | Documentation/devicetree/bindings/.yamllint | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/.yamllint b/Documentation/devicetree/bindings/.yamllint index 4abe9f0a1d46..8f9dd18dfe04 100644 --- a/Documentation/devicetree/bindings/.yamllint +++ b/Documentation/devicetree/bindings/.yamllint @@ -1,6 +1,11 @@ extends: relaxed 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 max: 110 @@ -25,7 +30,7 @@ rules: document-start: present: true empty-lines: - max: 3 + max: 1 max-end: 1 empty-values: forbid-in-block-mappings: true |
