Skip to content

Commit 956c2f7

Browse files
author
Krystian Panek
committed
Fix
1 parent 84542e7 commit 956c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cognifide/gradle/environment/hosts/HostUpdater.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class HostUpdater(val common: CommonExtension) {
4747

4848
fun update(hosts: Collection<Host>) = update { hosts }
4949

50-
@Suppress("MaxLineLength")
50+
@Suppress("MaxLineLength", "LongMethod", "ComplexMethod")
5151
fun update(hostsProvider: () -> Collection<Host>) {
5252
if (!enabled.get()) {
5353
logger.info("Hosts file updater is disabled!")

0 commit comments

Comments
 (0)