xref: /OpenGrok/sonar-project.properties (revision 1255d4b468f4cca10fa739ed9ecc629488f47b40)
1sonar.projectName=OpenGrok analyzed with the SonarQube Runner
2sonar.projectVersion=1.1
3
4sonar.sources=.
5sonar.sourceEncoding=UTF-8
6
7# Limit file suffixes of Web so that the list does not contain JSP files
8# and thus to avoid conflict with the JSP Sonar module.
9sonar.web.file.suffixes=html,xhtml,cshtml,vbhtml,rhtml,shtml
10