From f94f523f012a9e6faa7bcdf7a7165f13e46e1bea Mon Sep 17 00:00:00 2001 From: Dave Musicant / thinkpad Date: Tue, 3 May 2022 15:12:10 -0500 Subject: [PATCH] gave up and removed super linter --- .github/workflows/gitwatch.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/gitwatch.yml b/.github/workflows/gitwatch.yml index 27430ec..37bad4c 100644 --- a/.github/workflows/gitwatch.yml +++ b/.github/workflows/gitwatch.yml @@ -26,18 +26,21 @@ jobs: with: fetch-depth: 0 - - name: Lint Code Base - uses: github/super-linter@v4 - env: - DEFAULT_BRANCH: master - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Linter is having errors at symbolic link, appears to be - # this bug: - # https://github.com/github/super-linter/issues/1400 - # https://github.com/kucherenko/jscpd/issues/481 - # Test files are bats files, which don't follow bash standards - # FILTER_REGEX_EXCLUDE: \.github/linters/\.markdown-lint.yml | tests\.* - FILTER_REGEX_EXCLUDE: tests\.* + # For the time being, I'm giving up on Super Linter. It's a great tool, + # but it's currently broken, and it's taking more time to make it work than + # it's worth. + # - name: Lint Code Base + # uses: github/super-linter@v4 + # env: + # DEFAULT_BRANCH: master + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # # Linter is having errors at symbolic link, appears to be + # # this bug: + # # https://github.com/github/super-linter/issues/1400 + # # https://github.com/kucherenko/jscpd/issues/481 + # # Test files are bats files, which don't follow bash standards + # # FILTER_REGEX_EXCLUDE: \.github/linters/\.markdown-lint.yml | tests\.* + # # FILTER_REGEX_EXCLUDE: tests\.* #------------------------------------------------------------------------- bats: