Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update spotless to v7 (major) #1950

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): update spotless to v7

661ea03
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update spotless to v7 (major) #1950

chore(deps): update spotless to v7
661ea03
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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)