Skip to content

Commit

Permalink
fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Mar 12, 2024
1 parent 7fe4063 commit 23d57c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class FixAndWarnPluginTest {
FixPluginConfig(fixExecutionCmd),
WarnPluginConfig(warnExecutionCmd,
Regex("(.+):(\\d+):(\\d+): (.+)"),
true, true, 1, 2, 3, 1, 1, 1, 2, 3, 4
true, true, 1, null,2, 3, 1, 1, 1, 2, 3, 4

Check failure

Code scanning / ktlint

[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: , should have 0 space(s) before and 1 space(s) after, but has 2 space(s) after Error

[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: , should have 0 space(s) before and 1 space(s) after, but has 2 space(s) after

Check failure

Code scanning / ktlint

[TOO_MANY_CONSECUTIVE_SPACES] too many consecutive spaces: found: 2. need to be: 1 Error

[TOO_MANY_CONSECUTIVE_SPACES] too many consecutive spaces: found: 2. need to be: 1

Check failure

Code scanning / ktlint

[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: , should have 0 space(s) before and 1 space(s) after, but has 0 space(s) after Error

[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: , should have 0 space(s) before and 1 space(s) after, but has 0 space(s) after
)
),
GeneralConfig("", 1, ", ", listOf(""), "", "", expectedWarningsPattern = Regex("// ;warn:(\\d+):(\\d+): (.*)"), runConfigPattern = defaultExtraConfigPattern)
Expand Down

0 comments on commit 23d57c2

Please sign in to comment.