Browse Source

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 5 years ago
parent
commit
b8c637742d
2 changed files with 1 additions and 3 deletions
  1. 0 1
      .github/workflows/reviewdog.yml
  2. 1 2
      .yamllint.yml

+ 0 - 1
.github/workflows/reviewdog.yml

@@ -40,4 +40,3 @@ jobs:
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           reporter: github-pr-check
-          yamllintdd_flags: '.yamllint.yml .travis.yml .github/workflows/*.yml'

+ 1 - 2
.yamllint.yml

@@ -26,5 +26,4 @@ rules:
   octal-values: enable
   quoted-strings: disable
   trailing-spaces: enable
-  truthy:
-    level: warning
+  truthy: disable