Skip to content

Commit 3f031e5

Browse files
SONARHTML-188 Drop deprecated property "sonar.web.file.suffixes" (#260)
1 parent 4c08633 commit 3f031e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar-html-plugin/src/main/java/org/sonar/plugins/html/HtmlPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ private static List<PropertyDefinition> pluginProperties() {
6767
.description("List of file suffixes that will be scanned.")
6868
.category(CATEGORY)
6969
.defaultValue(HtmlConstants.FILE_EXTENSIONS_DEF_VALUE)
70-
.deprecatedKey("sonar.web.file.suffixes")
7170
.onQualifiers(Qualifiers.PROJECT)
7271
.multiValues(true)
7372
.build(),

0 commit comments

Comments
 (0)