Skip to content

Commit

Permalink
SONARHTML-188 Drop deprecated property "sonar.web.file.suffixes" (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource authored Jan 25, 2024
1 parent 4c08633 commit 3f031e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ private static List<PropertyDefinition> pluginProperties() {
.description("List of file suffixes that will be scanned.")
.category(CATEGORY)
.defaultValue(HtmlConstants.FILE_EXTENSIONS_DEF_VALUE)
.deprecatedKey("sonar.web.file.suffixes")
.onQualifiers(Qualifiers.PROJECT)
.multiValues(true)
.build(),
Expand Down

0 comments on commit 3f031e5

Please sign in to comment.