mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
disable code duplication check in unit tests (#6773)
This commit is contained in:
parent
e6a09082c4
commit
fd99e5f3c0
14
.codescene/code-health-rules.json
Normal file
14
.codescene/code-health-rules.json
Normal file
@ -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…
Reference in New Issue
Block a user