Skip to content

Commit

Permalink
Update CodeCouplingAuditor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
helabenkhalfallah authored Jul 29, 2024
1 parent 07c8a5f commit edcb621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kernel/coupling/CodeCouplingAuditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const defaultOptions = {
'.*husky/.*',
'.*vscode/.*',
'.*idea/.*',
'.*next/.*',
'.*gitlab/.*',
'.*github/.*',
'.*eslint.*',
Expand Down Expand Up @@ -113,4 +114,4 @@ const CodeCouplingAuditor = {
startAudit
};

export default CodeCouplingAuditor;
export default CodeCouplingAuditor;

0 comments on commit edcb621

Please sign in to comment.