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 2fd5ffc commit c23e686Copy full SHA for c23e686
sonar-project.properties
@@ -4,3 +4,7 @@ sonar.projectVersion=1.1
4
sonar.sources=.
5
sonar.java.source=1.8
6
sonar.sourceEncoding=UTF-8
7
+
8
+# Limit file suffixes of Web so that the list does not contain JSP files
9
+# and thus to avoid conflict with the JSP Sonar module.
10
+sonar.web.file.suffixes=html,xhtml,cshtml,vbhtml,rhtml,shtml
0 commit comments