Skip to content

Commit 7932ae6

Browse files
author
Vianpyro
committed
Update super-linter configuration to use latest version and exclude specific files from validation
1 parent a0a6365 commit 7932ae6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,19 @@ jobs:
1515
permissions:
1616
contents: read
1717
packages: read
18-
# To report GitHub Actions status checks
1918
statuses: write
2019

2120
steps:
2221
- name: Checkout code
2322
uses: actions/checkout@v4
2423
with:
25-
# super-linter needs the full git history to get the
26-
# list of files that changed across commits
2724
fetch-depth: 0
2825

2926
- name: Super-linter
30-
uses: super-linter/super-linter@v7.2.1
27+
uses: super-linter/super-linter@v7
3128
env:
32-
# To report GitHub Actions status checks
3329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3430
VALIDATE_ALL_CODEBASE: false
3531
VALIDATE_JSON_PRETTIER: false
3632
SQLFLUFF_CONFIG_FILE: .sqlfluff
33+
FILTER_REGEX_EXCLUDE: "(.devcontainer/Dockerfile|.github/pull_request_template.md|.github/ISSUE_TEMPLATE/*.md)"

0 commit comments

Comments
 (0)