We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84542e7 commit 956c2f7Copy full SHA for 956c2f7
src/main/kotlin/com/cognifide/gradle/environment/hosts/HostUpdater.kt
@@ -47,7 +47,7 @@ class HostUpdater(val common: CommonExtension) {
47
48
fun update(hosts: Collection<Host>) = update { hosts }
49
50
- @Suppress("MaxLineLength")
+ @Suppress("MaxLineLength", "LongMethod", "ComplexMethod")
51
fun update(hostsProvider: () -> Collection<Host>) {
52
if (!enabled.get()) {
53
logger.info("Hosts file updater is disabled!")
0 commit comments