Skip to content

Commit

Permalink
squash: forgot to add yamllint config
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 7, 2025
1 parent 638bfa4 commit 31ec64a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---

# The following settings are recommended by ansible-lint project. They
# may conflict with our other YAML files, but as of now, we test only
# a very small subset of all YAML files in the repository. Once we start
# extending the coverage, it may become a problem, and we will need to
# resolve it, but the settings below seem reasonable enough that any
# YAML file could comply.

extends: default

rules:
comments:
min-spaces-from-content: 1

comments-indentation: false

braces:
max-spaces-inside: 1

line-length:
max: 100

octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true

truthy:
level: error

allowed-values:
- "true"
- "false"

check-keys: true

0 comments on commit 31ec64a

Please sign in to comment.