Skip to content

Commit

Permalink
[FIX]: code coupling exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
helabenkhalfallah committed Jun 2, 2024
1 parent c04fd85 commit 9950c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-health-meter",
"version": "1.8.0",
"version": "1.9.0",
"description": "",
"main": "src/index.js",
"type": "module",
Expand Down
6 changes: 5 additions & 1 deletion src/kernel/coupling/CodeCouplingAuditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ const defaultOptions = {
'.*eslint.*',
'.*jest.*',
'.*test.*',
'.*next.config.*',
'.*babel.*',
'.*webpack.*',
'.*.config.*',
'.*.types.*',
'.*.svg',
'.*.d.ts.*',
]
};
Expand Down

0 comments on commit 9950c8a

Please sign in to comment.