diff options
author | CS <cameronschmidt@users.noreply.github.com> | 2019-09-26 16:56:53 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-26 20:21:03 +0200 |
commit | 695d68ad55c41ce156887f52a7ada936e0c830ba (patch) | |
tree | de5f38d7e35bd3740d903461c8e08a882bd4c83e | |
parent | 81516c0b3c97ab54d9d926f059b050259febe997 (diff) | |
download | sonarqube-695d68ad55c41ce156887f52a7ada936e0c830ba.tar.gz sonarqube-695d68ad55c41ce156887f52a7ada936e0c830ba.zip |
DOCS Fix xxx_issues metric (#2106)
-rw-r--r-- | server/sonar-docs/src/pages/user-guide/metric-definitions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/metric-definitions.md b/server/sonar-docs/src/pages/user-guide/metric-definitions.md index 45615c7f0d5..812a7c1b22b 100644 --- a/server/sonar-docs/src/pages/user-guide/metric-definitions.md +++ b/server/sonar-docs/src/pages/user-guide/metric-definitions.md @@ -63,7 +63,7 @@ Number of issues of the specified severity raised for the first time in the New **Issues** (`violations`) Total count of issues in all states. -**xxx issues** (`xxx_issues`) +**xxx issues** (`xxx_violations`) Total count of issues of the specified severity, where xxx is one of: `blocker`, `critical`, `major`, `minor`, `info`. **False positive issues** (`false_positive_issues`) |