Skip to content

Commit

Permalink
fix: remove SC disble but add .github/workflows into
Browse files Browse the repository at this point in the history
FILTER_REGEX_EXCLUDE

	- dont think .github/linters/.jscpd.json works
  • Loading branch information
zdtsw committed May 13, 2022
1 parent cde5827 commit 3545f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# shellcheck disable=SC2006,SC2086
name: Build

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Markdown lint complains about the issue templates
FILTER_REGEX_EXCLUDE: .github/ISSUE_TEMPLATE/*
FILTER_REGEX_EXCLUDE: (.github/ISSUE_TEMPLATE/*|.github/workflows/*.yml)
# TODO: Disable the perl linter as there are lots of errors that are not really understood, see https://github.com/adoptium/temurin-build/issues/2612
VALIDATE_PERL: false

0 comments on commit 3545f3f

Please sign in to comment.