summaryrefslogtreecommitdiff
path: root/.yamllint
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-29 17:35:02 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-29 17:35:02 +0100
commit44ee752427271fc15d4724e35324effd09bfd9d8 (patch)
tree614a23895014379f20a0ec35113f85fdb15cade5 /.yamllint
parent812ae85502f7453d457399ecd2b6e4cefae39fa7 (diff)
feat(yamllint): add config
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint31
1 files changed, 31 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..a0fb1fe
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,31 @@
+yaml-files:
+ - '*.yaml'
+ - '*.yml'
+ - '.yamllint'
+
+rules:
+ braces: enable
+ brackets: enable
+ colons: enable
+ commas: enable
+ comments:
+ level: warning
+ comments-indentation:
+ level: warning
+ document-end: disable
+ document-start:
+ level: warning
+ empty-lines: enable
+ empty-values: disable
+ hyphens: enable
+ indentation: enable
+ key-duplicates: disable
+ key-ordering: disable
+ line-length: enable
+ new-line-at-end-of-file: enable
+ new-lines: enable
+ octal-values: disable
+ quoted-strings: disable
+ trailing-spaces: enable
+ truthy:
+ level: warning