opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
Spotless should have taken care of groovy source code
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
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