Skip to content

Commit

Permalink
chore: add jscpd config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Oct 28, 2023
1 parent 9763660 commit 9882b4b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
/config/logback.xml
/pm2log/**
!pm2log/.gitkeep
config/ae-prod.properties
config/ae-prod.properties

# ignore jscpd output report
/report
14 changes: 14 additions & 0 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"threshold": 0.1,
"reporters": [
"html",
"console"
],
"ignore": [
"**/node_modules/**",
"models/DICOM/dcm4che/wrapper/**/*.ts",
"models/DICOM/dcm4che/wrapper/**/*.js"
],
"absolute": true,
"gitignore": true
}

0 comments on commit 9882b4b

Please sign in to comment.