This is an automated email from the ASF dual-hosted git repository.
zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new e020fcb2ecc Update CQDuplicatedLines.md for descrption error. (#792)
e020fcb2ecc is described below
commit e020fcb2ecc7f3a417826e1974e9d56ac6b6f939
Author: ChanWW <[email protected]>
AuthorDate: Mon Jan 20 14:44:42 2025 +0800
Update CQDuplicatedLines.md for descrption error. (#792)
correct "flies" -> "lines" to matching the title "Code Quality Duplicated
Lines".
---
docs/Metrics/CQDuplicatedLines.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Metrics/CQDuplicatedLines.md
b/docs/Metrics/CQDuplicatedLines.md
index 73c2b2c0586..1c54b7ed095 100644
--- a/docs/Metrics/CQDuplicatedLines.md
+++ b/docs/Metrics/CQDuplicatedLines.md
@@ -7,7 +7,7 @@ sidebar_position: 34
## What is this metric?
-This metric is the number of files involved in duplications. This metric is
collected from SonarQube, check [this
doc](https://docs.sonarqube.org/latest/user-guide/metric-definitions/#duplications)
for detailed definition.
+This metric is the number of lines involved in duplications. This metric is
collected from SonarQube, check [this
doc](https://docs.sonarqube.org/latest/user-guide/metric-definitions/#duplications)
for detailed definition.
## Why is it important?