fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670)
* fix(deps): update dependency com.hierynomus:sshj to v0.36.0 * refactor(build): drop unnecessary explicit dependency * chore(idea): cruft * fix(app): ensure SLF4J v1 is used * fix(build): disable illegal BindsCanBeExtensionFunction lint * chore: refresh Lint baselines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e94f344685
commit
1da4c42220
8 changed files with 36 additions and 17 deletions
|
@ -38,6 +38,9 @@ object LintConfig {
|
|||
disable += "FragmentFieldInjection"
|
||||
// Too pedantic
|
||||
disable += "ArgInFormattedQuantityStringRes"
|
||||
// Illegal in Dagger v2.48, can be removed after
|
||||
// https://github.com/slackhq/slack-lints/pull/133 is released.
|
||||
disable += "BindsCanBeExtensionFunction"
|
||||
}
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue