Skip to content

Commit 4c3dcf5

Browse files
committed
Remove Super-Linter configuration file and update package-lock.json exclusion pattern in lint workflow
- Deleted the Super-Linter configuration file as it is no longer needed. - Updated the exclusion pattern for package-lock.json in the lint workflow to use a more precise regex, ensuring accurate filtering during linting.
1 parent 631f058 commit 4c3dcf5

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
FIX_JSON_PRETTIER: true
4646
FIX_JSON: true
4747
FIX_ENV: true
48-
FILTER_REGEX_EXCLUDE: "**/*package-lock.json*"
48+
FILTER_REGEX_EXCLUDE: ".*package-lock.json$"
4949

5050
- name: Check for changes
5151
id: check_changes

.super-linter.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)