diff --git a/.yamllint.yml b/.yamllint.yml index e7fc6a6df..734fb00d0 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,19 +1,19 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: 2024 KDE e.V. extends: default ignore-from-file: - .gitignore - .yamlignore rules: # don't require a document start marker document-start: disable indentation: - # allow less strict, but still consistent indentation of lists - indent-sequences: consistent + # allow any indentation of lists + indent-sequences: whatever # allow longer lines; warn about even longer ones line-length: max: 120 level: warning