added option to skip type checks

This commit is contained in:
Sebastian Sdorra
2020-01-15 10:17:51 +01:00
parent c26cf9eaa3
commit 1aaf621c4d

View File

@@ -19,6 +19,7 @@
<properties>
<build.script>build</build.script>
<skipTests>false</skipTests>
<skipTypecheck>false</skipTypecheck>
<sonar.language>typescript</sonar.language>
<sonar.sources>ui-extensions/src,ui-components/src,ui-webapp/src</sonar.sources>
<sonar.test.exclusions>**/*.test.js,src/tests/**</sonar.test.exclusions>
@@ -60,6 +61,7 @@
<goal>run</goal>
</goals>
<configuration>
<skip>${skipTypecheck}</skip>
<script>typecheck</script>
</configuration>
</execution>