We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640d8e7 commit fc1da8dCopy full SHA for fc1da8d
testlib/src/test/java/com/diffplug/spotless/kotlin/KtLintStepTest.java
@@ -32,6 +32,7 @@ void behavior() throws Exception {
32
.testResourceException("kotlin/ktlint/unsolvable.dirty", assertion -> {
33
assertion.isInstanceOf(AssertionError.class);
34
assertion.hasMessage("Error on line: 1, column: 1\n" +
35
+ "rule: no-wildcard-imports\n" +
36
"Wildcard import");
37
});
38
}
@@ -44,6 +45,7 @@ void worksPre0_46_1() throws Exception {
44
45
46
47
48
49
50
51
0 commit comments