Files
open-source-firmware-valida…/.yamllint
T

21 lines
366 B
Plaintext
Raw Normal View History

2024-12-17 18:49:05 +01:00
# SPDX-FileCopyrightText: 2024 3mdeb <contact@3mdeb.com>
#
# SPDX-License-Identifier: Apache-2.0
2023-09-18 20:45:07 +02:00
---
extends: default
rules:
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 2
document-start:
present: true
level: error
indentation:
spaces: 2
line-length: disable
truthy:
check-keys: false