Skip to content

Commit 00b304c

Browse files
authored
Update superlinter.yml
1 parent a7ec57d commit 00b304c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/superlinter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
DEFAULT_BRANCH: main
28+
# disable the linters that are failing your codebase:
29+
DISABLE_LINTERS: >-
30+
MARKDOWN,
31+
JAVASCRIPT_STANDARD,
32+
CHECKOV,
33+
PYTHON_BLACK,
34+
PYTHON_PYLINT

0 commit comments

Comments
 (0)