mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): disable slack-lint DeprecatedCall
This commit is contained in:
parent
3663ca1ec1
commit
6f4c1a0fbd
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ object LintConfig {
|
||||||
if (!isJVM) {
|
if (!isJVM) {
|
||||||
enable += "ComposeM2Api"
|
enable += "ComposeM2Api"
|
||||||
error += "ComposeM2Api"
|
error += "ComposeM2Api"
|
||||||
|
// False-positives in the TestContainers library
|
||||||
|
disable += "DeprecatedCall"
|
||||||
}
|
}
|
||||||
baseline = project.file("lint-baseline.xml")
|
baseline = project.file("lint-baseline.xml")
|
||||||
// This is extremely annoying
|
// This is extremely annoying
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue