summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/workflows/reviewdog.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index 54024212e5..ee3b6f2a54 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.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'