Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/super-linter.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/super-linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
VALIDATE_MARKDOWN: "true"
# Disable all other linters to improve performance
VALIDATE_ALL_CODEBASE: "false"
# Avoid false-negative failures from super-linter summary formatter
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: "false"
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: "false"
FILTER_REGEX_EXCLUDE: "(^|.*/)super-linter-output/.*"

- name: Check for linting issues
Expand Down