qusal/.yamllint.yaml

26 lines
408 B
YAML
Raw Normal View History

2023-11-13 09:33:28 -05:00
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
---
extends: 'default'
ignore: |
.git/
yaml-files:
- '*.yaml'
- '*.yml'
2024-07-08 05:12:38 -04:00
strict: true
2023-11-13 09:33:28 -05:00
rules:
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
# vim: ft=yaml