Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Zhu <33338258+danzhu54@users.noreply.github.com>2022-04-05 01:42:57 +0300
committerGitHub <noreply@github.com>2022-04-05 01:42:57 +0300
commit4665fc75f5d20d8f86713055b769661470d7206a (patch)
tree28b3acb2059c8df4aefbd4f24dd15da3a0df7a2c /.github
parentdc6804a2f8ae8edf9306a431360ed2236af93570 (diff)
Disable linters that create false positives (#7344)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/super-linter.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
index f306a03a..f2fe246c 100644
--- a/.github/workflows/super-linter.yml
+++ b/.github/workflows/super-linter.yml
@@ -25,6 +25,8 @@ jobs:
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
+ VALIDATE_JSCPD: false
VALIDATE_MARKDOWN: false
+ VALIDATE_NATURAL_LANGUAGE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}