Skip to content

Commit

Permalink
exclude certain folders from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fujio-Turner committed Aug 24, 2024
1 parent a5761c5 commit 6cd2910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/superLinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
# VALIDATE_JAVA: false
# VALIDATE_DOCKERFILE: true
# VALIDATE_YAML: true
# VALIDATE_BASH: true

# VALIDATE_BASH: true
FILTER_REGEX_EXCLUDE: (example_configs/.*|example_functions/.*|img/.*)

0 comments on commit 6cd2910

Please sign in to comment.