opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

Spotless should have taken care of groovy source code

Open heyams opened this issue 5 months ago • 1 comments

Is your feature request related to a problem? Please describe.

build failed because of Task :instrumentation:couchbase:couchbase-common:testing:codenarcMain FAILED

steps to resolve:

  • download huge CI log
  • search for 'Failed` from the bottom up
  • no helpful message there
  • ran the task locally
  • offer a link to check codenarc report

found this

image

Describe the solution you'd like

`./gradlew spotlessApply' should have taken care of it.

Describe alternatives you've considered

  • fix it manually one by one based on the CodeNarc report. it's time consuming and needs to be automated.
  • convert all the groovy classes to java (which is on-going) :)

Additional context

No response

heyams avatar Aug 29 '24 20:08 heyams