We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eba347 commit c1a30b3Copy full SHA for c1a30b3
.yamllint
@@ -2,10 +2,13 @@
2
extends: default
3
4
rules:
5
- line-length: disable
+ line-length:
6
+ max: 160
7
+ allow-non-breakable-words: true
8
+ allow-non-breakable-inline-mappings: false
9
truthy:
- allowed-values: ['true', 'false', 'on']
- check-keys: true
10
+ allowed-values: ['true', 'false']
11
+ check-keys: false
12
13
ignore: |
14
.tox/
defaults/main.yml
@@ -1,4 +1,5 @@
1
---
+# yamllint disable rule:line-length
secure_ssh_optional: false
secure_ssh_fail2ban: false
secure_ssh_dropzone: true
0 commit comments