summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/okd/.yamllint
blob: ac5297cdf9781abd36fe4bd31f0df6d927151957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
rules:
  indentation:
    ignore: &default_ignores |
      # automatically generated, we can't control it
      changelogs/changelog.yaml
      # Will be gone when we release and automatically reformatted
      changelogs/fragments/*
  document-start:
    ignore: *default_ignores
  line-length:
    ignore: *default_ignores
    max: 160

ignore-from-file: .gitignore