Skip to content

Commit a8f4a6d

Browse files
🩹 [Patch]: Update linter configuration to correct file path and adjust filter regex for exclusion
1 parent f72c977 commit a8f4a6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/linters/.jscpd.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"ignore": [
77
"**/tests/**",
8-
"**.github/workflows/Action-Test.yml"
8+
"**/.github/workflows/Action-Test.yml"
99
],
1010
"absolute": true
1111
}

‎.github/workflows/Linter.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
VALIDATE_JSON_PRETTIER: false
3131
VALIDATE_MARKDOWN_PRETTIER: false
3232
VALIDATE_YAML_PRETTIER: false
33-
FILTER_REGEX_EXCLUDE: 'tests/srcWithManifestTestRepo/src/functions/public/SomethingElse/Set-PSModuleTest\.ps1$'
33+
FILTER_REGEX_EXCLUDE: '.*Set-PSModuleTest\.ps1$'

0 commit comments

Comments
 (0)