- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for lineSequence (0.12 sec)
-
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
if (file.extension == "groovy" || file.extension == "java") { val originalText = file.readText() val text = originalText .lineSequence() .filterNot { it.trim().startsWith("//") } .joinToString("\n") if (text.contains(content) && exceptions.all { !text.contains(it) }) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 01:27:05 UTC 2025 - 14.6K bytes - Viewed (0)