Skip to content

Commit

Permalink
Remove unused configuration objects
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Apr 17, 2024
1 parent 493e081 commit f819adc
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ class ConceptTranslationTest {
.getResource("concept/bsi-tr.concepts"),
).map { it.toURI().toPath() }

val cokoConfiguration =
CokoConfiguration(
goodFindings = true,
pedantic = false,
spec = specFiles,
disabledSpecRules = emptyList(),
)

val backend = CokoCpgBackend(cpgConfiguration)
val specEvaluator = CokoExecutor.compileScriptsIntoSpecEvaluator(backend, specFiles)

Expand Down Expand Up @@ -103,14 +95,6 @@ class ConceptTranslationTest {
.getResource("concept/some.concepts"),
).map { it.toURI().toPath() }

val cokoConfiguration =
CokoConfiguration(
goodFindings = true,
pedantic = false,
spec = specFiles,
disabledSpecRules = emptyList(),
)

val backend = CokoCpgBackend(cpgConfiguration)
val specEvaluator = CokoExecutor.compileScriptsIntoSpecEvaluator(backend, specFiles)

Expand Down

0 comments on commit f819adc

Please sign in to comment.