]> source.dussan.org Git - sonarqube.git/commitdiff
Remove templates from sonar.exclusions
authorStas Vilchik <vilchiks@gmail.com>
Mon, 24 Mar 2014 09:18:10 +0000 (15:18 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 24 Mar 2014 09:18:10 +0000 (15:18 +0600)
sonar-server/pom.xml

index cd95c030eef1310b67928129e8be3e868a966ec6..70f4082261ec878688c8e727c48e64590465db05 100644 (file)
@@ -16,7 +16,7 @@
 
     <!-- self-analysis -->
     <sonar.sources>src/main/java,src/main/webapp/js</sonar.sources>
-    <sonar.exclusions>src/main/webapp/js/third-party/*,src/main/webapp/js/templates/**,src/main/webapp/js/tests,src/main/webapp/js/require.js</sonar.exclusions>
+    <sonar.exclusions>src/main/webapp/js/third-party/*,src/main/webapp/js/tests,src/main/webapp/js/require.js</sonar.exclusions>
   </properties>
 
   <dependencies>