Skip to content

Commit f72c977

Browse files
🩹 [Patch]: Update linter configuration to exclude Action-Test workflow and specific test files from analysis
1 parent dddc143 commit f72c977

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/linters/.jscpd.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"consoleFull"
55
],
66
"ignore": [
7-
"**/tests/**"
7+
"**/tests/**",
8+
"**.github/workflows/Action-Test.yml"
89
],
910
"absolute": true
1011
}

‎.github/workflows/Linter.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +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$'

0 commit comments

Comments
 (0)