diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/.yamllint')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/.yamllint | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/contrib/device-tree/Bindings/.yamllint b/sys/contrib/device-tree/Bindings/.yamllint index 4abe9f0a1d46..fea5231e1320 100644 --- a/sys/contrib/device-tree/Bindings/.yamllint +++ b/sys/contrib/device-tree/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 |
