Skip to content

Commit

Permalink
TECH: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Dec 24, 2024
1 parent b7879e6 commit 88edb34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ internal class FlakySafeInterceptorScalpel(
private val entriesCount = AtomicInteger()

fun scalpFromLibs() {
if (entriesCount.getAndIncrement() == 0) {scalpelSwitcher.attemptTakeScalp(
if (entriesCount.getAndIncrement() == 0) { scalpelSwitcher.attemptTakeScalp(
actionToDetermineScalp = { determineScalpExistingInKaspresso() },
actionToTakeScalp = {
scalpKakaoInterceptors()
scalpKautomatorInterceptors()
kaspresso.externalFlakySafetyScalperNotifier.scalpFlakySafety()
}
)}
) }
}

private fun determineScalpExistingInKaspresso() =
Expand Down
4 changes: 2 additions & 2 deletions page-object-code-gen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ tasks.withType<Jar>() {
}
exclude("NOTICE.txt")
exclude("LICENSE.txt")
doLast{
copy{
doLast {
copy {
from("$buildDir/libs/page-object-code-gen.jar")
into("$rootDir/artifacts")
duplicatesStrategy = DuplicatesStrategy.INCLUDE
Expand Down

0 comments on commit 88edb34

Please sign in to comment.