Skip to content

Commit 205e233

Browse files
🩹 [Patch]: Simplify ignore patterns in jscpd configuration by excluding all scripts in helpers directory
1 parent 5f029da commit 205e233

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/linters/.jscpd.json‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"ignore": [
77
"**/tests/**",
88
"**/.github/workflows/Action-Test.yml",
9-
"**/scripts/helpers/Build/Build-PSModuleManifest.ps1",
10-
"**/scripts/helpers/Build/Build-PSModuleRootModule.ps1",
11-
"**/scripts/helpers/Build/PSScriptAnalyzer.Tests.psd1"
9+
"**/scripts/helpers/**"
1210
],
1311
"absolute": true
1412
}

0 commit comments

Comments
 (0)