Skip to content

Commit

Permalink
Cleanup debug flag in CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Sep 3, 2022
1 parent bb11a86 commit 8b903d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class EditorConfigDefaultsLoaderCLITest : BaseCLITest() {
val projectDirectory = "$BASE_DIR_PLACEHOLDER/editorconfig-path/project"
runKtLintCliProcess(
"editorconfig-path",
listOf("--editorconfig=$projectDirectory/editorconfig-boolean-setting", "--debug"),
listOf("--editorconfig=$projectDirectory/editorconfig-boolean-setting"),
) {
assertErrorExitCode()

Expand Down

0 comments on commit 8b903d5

Please # to comment.