tools/qmd/ contains vendored qmd source code (not our code) that was dragging the overall code health score down to 6.53. scripts/ contains one-shot utility scripts, not production code. Excluding both from CodeScene so the health metric reflects only the actual app codebase (src/, src-tauri/src/).
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
{
|
|
"exclude": [
|
|
"tools/",
|
|
"scripts/",
|
|
"src-tauri/gen/",
|
|
"coverage/",
|
|
"dist/"
|
|
]
|
|
}
|