]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo in page 'Analysis Parameters'
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 20 May 2019 13:55:55 +0000 (15:55 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 22 May 2019 18:21:19 +0000 (20:21 +0200)
server/sonar-docs/src/pages/analysis/analysis-parameters.md

index 3429330297f61ef09dc45439c1a11c0a260e09f9..0c893b8108137ff49df6ee611895604df47648cf 100644 (file)
@@ -80,7 +80,7 @@ Key | Description | Default
 ### Duplications
 Key | Description | Default
 ---|----|---
-`sonar.cpd.${language}.minimumtokens` | A piece of code is considered duplicated as soon as there are at least 100 duplicated tokens in a row (overide with `sonar.cpd.${language}.minimumTokens`) spread across at least 10 lines of code (override with `sonar.cpd.${language}.minimumLines`). For Java projects, a piece of code is considered duplicated when there is a series of at least 10 statements in a row, regardless of the number of tokens and lines. This threshold cannot be overridden.  | 100
+`sonar.cpd.${language}.minimumtokens` | A piece of code is considered duplicated as soon as there are at least 100 duplicated tokens in a row (override with `sonar.cpd.${language}.minimumTokens`) spread across at least 10 lines of code (override with `sonar.cpd.${language}.minimumLines`). For Java projects, a piece of code is considered duplicated when there is a series of at least 10 statements in a row, regardless of the number of tokens and lines. This threshold cannot be overridden.  | 100
 `sonar.cpd.${language}.minimumLines` | (see above) | 10