Update ktlint and gradle plugin.

This commit is contained in:
Cody Henthorne
2023-06-23 13:09:24 -04:00
committed by Nicholas
parent 65255121de
commit c17d62aeab
69 changed files with 447 additions and 176 deletions

View File

@@ -9,6 +9,7 @@ import java.util.Collection;
import static junit.framework.TestCase.assertEquals;
@SuppressWarnings("NewClassNamingConvention")
@RunWith(Parameterized.class)
public class LinkUtilTest_isLegal {

View File

@@ -5,6 +5,7 @@ import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
@Suppress("ClassName")
@RunWith(Parameterized::class)
class LinkUtilTest_isValidPreviewUrl(private val input: String, private val output: Boolean) {

View File

@@ -7,6 +7,7 @@ import org.junit.runner.RunWith
import org.robolectric.ParameterizedRobolectricTestRunner
import org.robolectric.annotation.Config
@Suppress("ClassName")
@RunWith(value = ParameterizedRobolectricTestRunner::class)
@Config(manifest = Config.NONE, application = Application::class)
class NameUtil_getAbbreviation(