mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 12:53:29 +01:00
d4eae954c1
* 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>
15 lines
283 B
YAML
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
|