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 4cb4ce2
Showing 1 changed file with 5 additions and 1 deletion.
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 4cb4ce2

Please sign in to comment.