summaryrefslogtreecommitdiffstats
path: root/.yamllint.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-03-05 07:24:14 -0500
committerGitHub <noreply@github.com>2020-03-05 07:24:14 -0500
commitb8c637742daf2c5a7f05012060b5af04c7a3a7d8 (patch)
treea1304c4ab6a2bfce61ad3a240584bc43d65fc5dd /.yamllint.yml
parentbb2f29d56032cfdbe57006f54c6ace8f02cf84b7 (diff)
Minor fixes for the yamllint CI. (#8302)
* Turn off a buggy check in the yamllint config. * Drop yamllint flags. Reviewdog checks all changed files, and the line was misspelled anyway.
Diffstat (limited to '.yamllint.yml')
-rw-r--r--.yamllint.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.yamllint.yml b/.yamllint.yml
index 4952b8343c..e4bc59be8b 100644
--- a/.yamllint.yml
+++ b/.yamllint.yml
@@ -26,5 +26,4 @@ rules:
octal-values: enable
quoted-strings: disable
trailing-spaces: enable
- truthy:
- level: warning
+ truthy: disable