Skip to content

Commit

Permalink
ci: raise JSCPD threshold for code duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
davmacario committed Oct 6, 2024
1 parent 33e5038 commit 05a527c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"threshold": 10,
"reporters": [
"html",
"markdown"
],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/report/**",
"**/megalinter-reports/**",
"**/hardis-report/**",
"**/*cache*/**",
"**/*.json",
"**/*.yaml",
"**/*.yml",
"**/*.md",
"**/*.html",
"**/*.xml",
"**/*.jpg",
"**/*.png",
"**/*.svg",
"**/*.zip",
"**/*.bin"
]
}

0 comments on commit 05a527c

Please sign in to comment.