PR#121 Fix codeAnalysis issues fix reporting for new module
This commit is contained in:
parent
00e7a806eb
commit
93facd1f1b
8 changed files with 22 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ subprojects { module ->
|
|||
warningsAsErrors true
|
||||
abortOnError true
|
||||
textReport true
|
||||
ignore 'Overdraw'
|
||||
ignore 'Overdraw', 'NewerVersionAvailable', 'GradleDependency'
|
||||
textOutput "stdout"
|
||||
}
|
||||
}
|
||||
|
|
@ -17,7 +17,7 @@ subprojects { module ->
|
|||
warningsAsErrors true
|
||||
abortOnError true
|
||||
textReport true
|
||||
ignore 'Overdraw'
|
||||
ignore 'Overdraw', 'NewerVersionAvailable', 'GradleDependency'
|
||||
textOutput "stdout"
|
||||
}
|
||||
}
|
||||
|
|
@ -27,7 +27,7 @@ subprojects { module ->
|
|||
warningsAsErrors true
|
||||
abortOnError true
|
||||
textReport true
|
||||
ignore 'Overdraw'
|
||||
ignore 'Overdraw', 'NewerVersionAvailable', 'GradleDependency'
|
||||
textOutput "stdout"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue