ansible-sshd/.yamllint.yml
Matt Willsher d4eae954c1
feat: Ubuntu noble (#290)
* feat: Add support for Ubuntu Nobel/24.04 LTS
* fix: Add missing PrintMotd to Ubuntu 22.04
* fix(tests): Various linting fixes

---------
Co-authored-by: Jakub Jelen <jjelen@redhat.com>
2024-06-21 09:12:02 +01:00

15 lines
283 B
YAML

# 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