Some checks failed
Test Collection / Sanity Tests (Ansible devel) (push) Failing after 13s
Test Collection / Sanity Tests (Ansible stable-2.15) (push) Failing after 1m20s
Test Collection / Sanity Tests (Ansible stable-2.16) (push) Failing after 1m11s
Test Collection / Sanity Tests (Ansible stable-2.17) (push) Failing after 1m14s
Test Collection / Python Syntax Check (push) Successful in 7s
Test Collection / Build Collection (push) Failing after 21s
Test Collection / YAML and Ansible Lint (push) Successful in 12s
Test Collection / Documentation Check (push) Successful in 7s
Test Collection / Unit Tests (push) Successful in 7s
32 lines
434 B
Plaintext
32 lines
434 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 160
|
|
level: warning
|
|
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: true
|
|
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'yes', 'no']
|
|
check-keys: false
|
|
|
|
braces:
|
|
max-spaces-inside: 1
|
|
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
|
|
comments-indentation: disable
|
|
|
|
ignore: |
|
|
.gitignore
|
|
changelogs/
|
|
tests/output/
|