Skip to content

Commit c23e686

Browse files
author
Vladimir Kotal
committed
limit Web suffixes
fixes #2666
1 parent 2fd5ffc commit c23e686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ sonar.projectVersion=1.1
44
sonar.sources=.
55
sonar.java.source=1.8
66
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

Comments
 (0)