Add license check for scm-ui

This commit is contained in:
Eduard Heimbuch
2021-04-30 16:05:01 +02:00
parent af8980de19
commit 0fb7ab3219

View File

@@ -82,7 +82,7 @@ task updateUiTestTimestamps(type: TouchFiles) {
}
task check {
dependsOn('typecheck', 'test')
dependsOn('typecheck', 'test', 'license')
}
yarn_install {
@@ -207,10 +207,13 @@ license {
tsx = 'SLASHSTAR_STYLE'
ts = 'SLASHSTAR_STYLE'
gradle = 'SLASHSTAR_STYLE'
feature = 'SLASHSTAR_STYLE'
scss = 'SLASHSTAR_STYLE'
}
exclude '**/node_modules/**'
exclude '**/build/**'
exclude '**/target/**'
exclude '**/.gradle/**'
exclude '**/*.json'
exclude '**/*.jpg'
@@ -222,6 +225,7 @@ license {
exclude '**/*.mustache'
exclude '**/*.snap'
exclude '**/*.iml'
exclude '**/.babelrc'
}