aboutsummaryrefslogtreecommitdiff
path: root/.config/yamllint
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-12-14 21:37:15 -0500
committertdro <tdro@users.noreply.github.com>2020-12-14 21:40:07 -0500
commitdceea6915aa54cb1e0b69c8c85a20e4b8bd2b85c (patch)
treeb7a53282788d20ab78427237f7d86259974003e4 /.config/yamllint
parentf85adb0dc8728ffbf389901f65af8e7fcd8f30db (diff)
downloaddotfiles-dceea6915aa54cb1e0b69c8c85a20e4b8bd2b85c.tar.gz
dotfiles-dceea6915aa54cb1e0b69c8c85a20e4b8bd2b85c.tar.bz2
dotfiles-dceea6915aa54cb1e0b69c8c85a20e4b8bd2b85c.zip
.vimrc: Add yaml round trip linter
Diffstat (limited to '.config/yamllint')
-rw-r--r--.config/yamllint/config32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/yamllint/config b/.config/yamllint/config
new file mode 100644
index 0000000..2e4932f
--- /dev/null
+++ b/.config/yamllint/config
@@ -0,0 +1,32 @@
+---
+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: disable
+ key-duplicates: enable
+ 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