We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08633 commit 3f031e5Copy full SHA for 3f031e5
sonar-html-plugin/src/main/java/org/sonar/plugins/html/HtmlPlugin.java
@@ -67,7 +67,6 @@ private static List<PropertyDefinition> pluginProperties() {
67
.description("List of file suffixes that will be scanned.")
68
.category(CATEGORY)
69
.defaultValue(HtmlConstants.FILE_EXTENSIONS_DEF_VALUE)
70
- .deprecatedKey("sonar.web.file.suffixes")
71
.onQualifiers(Qualifiers.PROJECT)
72
.multiValues(true)
73
.build(),
0 commit comments