Skip to content

Commit

Permalink
fix name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 18, 2023
1 parent 8020509 commit 461b8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package de.fraunhofer.aisec.codyze.executor.source
import de.fraunhofer.aisec.codyze.plugins.executor.PMDExecutor
import io.github.detekt.sarif4k.*

class PMDSourceExecutorTest: SourceExecutorTest() {
class PMDExecutorTest: SourceExecutorTest() {

Check warning

Code scanning / detekt

Reports spaces around colons Warning test

Missing spacing before ":"
override val executor = PMDExecutor()
override val resultFileName = "pmd.sarif"
override val expectedResults = listOf(
Expand Down

0 comments on commit 461b8ea

Please sign in to comment.