Skip to content

Commit

Permalink
Merge pull request #66 from gbrindisi/patch-1
Browse files Browse the repository at this point in the history
The ignore directive of jscpd is not working as expected
  • Loading branch information
zkoppert authored Mar 1, 2024
2 parents 874f794 + 4bbfbd9 commit 42556ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"threshold": 25,
"ignore": [
"test*"
"/github/workspace/test*"
],
"absolute": true
}
}

0 comments on commit 42556ba

Please sign in to comment.