Browse Source

disable code duplication check in unit tests (#6773)

pull/6815/head
✨ Audrey ✨ 2 years ago committed by GitHub
parent
commit
fd99e5f3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .codescene/code-health-rules.json

14
.codescene/code-health-rules.json

@ -0,0 +1,14 @@
{
"usage": "Documentation: https://codescene.io/docs/guides/technical/code-health.html. Template: https://codescene.io/projects/26215/config/codehealth/export/code-health-rules.json",
"rule_sets": [
{
"matching_content_path": "**/*.spec.ts",
"rules": [
{
"name": "Code Duplication",
"weight": 0.0
}
]
}
]
}
Loading…
Cancel
Save