chore(deps): update spotless to v7 (major) #1950
Open
GitHub Actions / JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2)
failed
Jan 15, 2025 in 0s
1 fail, 39 skipped, 1β406 pass in 4m 14s
ββ167 filesβ Β±0ββββ167 suitesβ Β±0βββ4m 14s β±οΈ +10s
1β446 tests Β±0ββ1β406 β
Β±0ββ39 π€ Β±0ββ1 β Β±0β
2β826 runsβ Β±0ββ2β786 β
Β±0ββ39 π€ Β±0ββ1 β Β±0β
Results for commit 661ea03.βΒ± Comparison against earlier commit d51ec2b.
Annotations
Check warning on line 0 in com.saveourtool.diktat.smoke.DiktatSmokeTest
github-actions / JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2)
smoke test #5() (com.saveourtool.diktat.smoke.DiktatSmokeTest) failed
diktat-cli/build/test-results/test/TEST-com.saveourtool.diktat.smoke.DiktatSmokeTest.xmlβ[took 0s]
Raw output
org.opentest4j.AssertionFailedError: [lint result for ]
expected:
"/*
Copyright 2018-2024 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
*/
package com.saveourtool.diktat
class Some {
val config = Config()
}
"
but was:
"/*
Copyright 2018-2025 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
*/
package com.saveourtool.diktat
class Some {
val config = Config()
}
"
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at com.saveourtool.diktat.test.framework.processing.DefaultTestFileContent.assertSuccessful(TestFileContent.kt:90)
at com.saveourtool.diktat.smoke.DiktatSmokeTest.fixAndCompare(DiktatSmokeTest.kt:28)
at com.saveourtool.diktat.smoke.DiktatSmokeTestBase.smoke test #5(DiktatSmokeTestBase.kt:165)
at java.lang.reflect.Method.invoke(Method.java:498)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at java.util.ArrayList.forEach(ArrayList.java:1259)
Loading