Skip to content

Commit ec89c79

Browse files
committed
improved sonar.cxx.file.suffixes description in UI
1 parent 1f1adc7 commit ec89c79

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)