mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-31 08:20:37 +01:00
15 lines
375 B
JSON
15 lines
375 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|