File: .yamllint

package info (click to toggle)
python-ansible-pygments 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 487; sh: 23; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
extends: default

rules:
  indentation:
    indent-sequences: false
    level: error
  truthy:
    allowed-values:
    - 'true'
    - 'false'
    - 'on'  # Allow "on" key name in GHA CI/CD workflow definitions