ansible-sshd/.yamllint.yml

16 lines
283 B
YAML
Raw Normal View History

# SPDX-License-Identifier: MIT
---
ignore: |
/.tox/
/.github/
/tests/roles/
rules:
comments-indentation: false
document-start: disable
line-length: disable
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true