Skip to content

Commit

Permalink
add check closed quoter
Browse files Browse the repository at this point in the history
### Whats added:
 * corrected the logic of checking MultilionString
 * added fix test in IndentationRuleFixTest.kt - MultilionStringExpected.kt, MultilionStringTest.kt
 * delete smoke tests
 * run diktat:fix@diktat

  ### Issue (#811)
  • Loading branch information
Arrgentum committed Jun 15, 2022
1 parent 86b838b commit 80802bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import java.time.LocalDate
import kotlin.io.path.ExperimentalPathApi
import kotlin.io.path.createTempFile
import kotlinx.serialization.builtins.ListSerializer
import kotlinx.serialization.encodeToString

typealias RuleToConfig = Map<String, Map<String, String>>

Expand Down Expand Up @@ -294,11 +293,6 @@ class DiktatSmokeTest : FixTestBase("test/smoke/src/main/kotlin",
}
}

@Test
fun `multilion string`() {
fixAndCompareSmokeTest("MultilionStringExpected.kt", "MultilionStringTest.kt")
}

companion object {
private const val DEFAULT_CONFIG_PATH = "../diktat-analysis.yml"
private val unfixedLintErrors: MutableList<LintError> = mutableListOf()
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 80802bf

Please sign in to comment.