Skip to content

Commit b6530f7

Browse files
authored
Merge pull request #2144 from guwirth/suffixes-txt
improved sonar.cxx.file.suffixes description in UI
2 parents 1f1adc7 + ec89c79 commit b6530f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/CxxLanguage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public static List<PropertyDefinition> properties() {
7171
.name("File suffixes")
7272
.multiValues(true)
7373
.description(
74-
"Comma-separated list of suffixes for files to analyze (e.g. `.cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h`)."
74+
"List of suffixes for files to analyze (e.g. `.cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h`)."
75+
+ " In the SonarQube UI, enter the file suffixes into the fields one by one."
7576
+ " To turn off the CXX language, set the first entry to `-`."
7677
)
7778
.category("CXX")

0 commit comments

Comments
 (0)