]> source.dussan.org Git - sonarqube.git/commitdiff
Use inclusion list of file suffixes for license check
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 21 Aug 2018 15:14:25 +0000 (17:14 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 27 Aug 2018 18:21:57 +0000 (20:21 +0200)
build.gradle

index 9ee3e02e0ce81f9ddf86c9ef0e70d315bfa6cbc4..7ddc1f035b99658454cef591364c1171addb4341 100644 (file)
@@ -319,9 +319,8 @@ subprojects {
       ts = 'SLASHSTAR_STYLE'
       tsx = 'SLASHSTAR_STYLE'
       css = 'SLASHSTAR_STYLE'
-      less = 'SLASHSTAR_STYLE'
     }
-    excludes(['**/*.txt', '**/*.properties', '**/*.xml', '**/*.xsd', '**/*.html', '**/*.json', '**/*.sql', '**/*.rb', '**/*.vm', '**/*.snap', '**/*.svg', '**/*.jar', '**/*.zip', '**/*.log', '**/*.cnf', '**/*.jks', '**/README', '**/*.pdf'])
+    includes(['**/*.java', '**/*.js', '**/*.ts', '**/*.tsx', '**/*.css'])
   }
 
   publishing {