@cryptotaxi247 / netdata-1 / commits / b8c637742

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.

Austin S. Hemmelgarn committed Mar 5, 2020 at 07:24 UTC b8c637742daf2c5a7f05012060b5af04c7a3a7d8
2 files changed +1 -3
.github/workflows/reviewdog.yml
-1
@@ -40,4 +40,3 @@ jobs:
40 with:
41 github_token: ${{ secrets.GITHUB_TOKEN }}
42 reporter: github-pr-check
43 - yamllintdd_flags: '.yamllint.yml .travis.yml .github/workflows/*.yml'
.yamllint.yml
+1 -2
@@ -26,5 +26,4 @@ rules:
26 octal-values: enable
27 quoted-strings: disable
28 trailing-spaces: enable
29 - truthy:
30 - level: warning
29 + truthy: disable