xref: /freebsd/sys/contrib/device-tree/Bindings/.yamllint (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
16be33864SEmmanuel Vadotextends: relaxed
26be33864SEmmanuel Vadot
36be33864SEmmanuel Vadotrules:
4*aa1a8ff2SEmmanuel Vadot  quoted-strings:
5*aa1a8ff2SEmmanuel Vadot    required: only-when-needed
6*aa1a8ff2SEmmanuel Vadot    extra-allowed:
7*aa1a8ff2SEmmanuel Vadot      - '[$^,[]'
8*aa1a8ff2SEmmanuel Vadot      - '^/$'
96be33864SEmmanuel Vadot  line-length:
106be33864SEmmanuel Vadot    # 80 chars should be enough, but don't fail if a line is longer
116be33864SEmmanuel Vadot    max: 110
126be33864SEmmanuel Vadot    allow-non-breakable-words: true
136be33864SEmmanuel Vadot    level: warning
146be33864SEmmanuel Vadot  braces:
156be33864SEmmanuel Vadot    min-spaces-inside: 0
166be33864SEmmanuel Vadot    max-spaces-inside: 1
176be33864SEmmanuel Vadot    min-spaces-inside-empty: 0
186be33864SEmmanuel Vadot    max-spaces-inside-empty: 0
196be33864SEmmanuel Vadot  brackets:
206be33864SEmmanuel Vadot    min-spaces-inside: 0
216be33864SEmmanuel Vadot    max-spaces-inside: 1
226be33864SEmmanuel Vadot    min-spaces-inside-empty: 0
236be33864SEmmanuel Vadot    max-spaces-inside-empty: 0
246be33864SEmmanuel Vadot  colons: {max-spaces-before: 0, max-spaces-after: 1}
256be33864SEmmanuel Vadot  commas: {min-spaces-after: 1, max-spaces-after: 1}
266be33864SEmmanuel Vadot  comments:
27fac71e4eSEmmanuel Vadot    require-starting-space: true
286be33864SEmmanuel Vadot    min-spaces-from-content: 1
296be33864SEmmanuel Vadot  comments-indentation: disable
306be33864SEmmanuel Vadot  document-start:
316be33864SEmmanuel Vadot    present: true
326be33864SEmmanuel Vadot  empty-lines:
336be33864SEmmanuel Vadot    max: 3
346be33864SEmmanuel Vadot    max-end: 1
356be33864SEmmanuel Vadot  empty-values:
366be33864SEmmanuel Vadot    forbid-in-block-mappings: true
376be33864SEmmanuel Vadot    forbid-in-flow-mappings: true
386be33864SEmmanuel Vadot  hyphens:
396be33864SEmmanuel Vadot    max-spaces-after: 1
406be33864SEmmanuel Vadot  indentation:
416be33864SEmmanuel Vadot    spaces: 2
426be33864SEmmanuel Vadot    indent-sequences: true
436be33864SEmmanuel Vadot    check-multi-line-strings: false
446be33864SEmmanuel Vadot  trailing-spaces: false
45