mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 04:10:52 +01:00
Add license check for scm-ui
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user