aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-22 16:41:45 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-22 16:41:45 +0200
commit0df015e9b5c4aefd4245c94ee98021d2af80ed99 (patch)
treed9dbf4259500857daf41b627dbc2d116ba92dbc1 /.yamllint
parent1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa (diff)
downloadinfrastructure-0df015e9b5c4aefd4245c94ee98021d2af80ed99.tar.gz
lint: pass ansible-lint + yamllint
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint7
1 files changed, 7 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..79186fe
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+ document-start:
+ present: false
+ line-length:
+ level: warning
remember that computers suck.