From c2e0639439e8313272cc620bcb80ad216996d3be Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 24 Mar 2014 15:18:10 +0600 Subject: [PATCH] Remove templates from sonar.exclusions --- sonar-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index cd95c030eef..70f4082261e 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -16,7 +16,7 @@ src/main/java,src/main/webapp/js - src/main/webapp/js/third-party/*,src/main/webapp/js/templates/**,src/main/webapp/js/tests,src/main/webapp/js/require.js + src/main/webapp/js/third-party/*,src/main/webapp/js/tests,src/main/webapp/js/require.js -- 2.39.5