summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: 88c05eb868778707ceb8c303a0d7b1ee06b8e02b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
extends: default

rules:
  line-length:
    max: 120
    level: warning
    ignore: |
      host_vars/
      group_vars/
  comments:
    min-spaces-from-content: 1
  comments-indentation: false
  braces:
    max-spaces-inside: 1
  octal-values:
    forbid-implicit-octal: true
    forbid-explicit-octal: true