tools/qmd/node_modules was being analyzed by CodeScene causing artificially low average code health (worst performer at 2.41 was third-party npm code, not our code). Also excluding e2e/, tests/, scripts/ which are support code and should not influence production code health metrics.
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
# Exclude third-party tools and their dependencies from CodeScene analysis
|
|
tools/
|
|
e2e/
|
|
tests/
|
|
scripts/
|