codeclimate-community / codeclimate-scalastyle

Code climate Analysis Engine for scalastyle
Other
3 stars 4 forks source link

UnknownFormatConversionException fix #12

Closed ivanobulo closed 5 years ago

ivanobulo commented 5 years ago

Fix for the https://github.com/codeclimate-community/codeclimate-scalastyle/issues/11

This would print an error when running codeclimate locally with CODECLIMATE_DEBUG=1

ivanobulo commented 5 years ago

@filipesperandio 👈poke

filipesperandio commented 5 years ago

Sorry mate, lots of things in my plate. Will pick this up soon.

walkafwalka commented 5 years ago

@filipesperandio Really looking forward to this PR if it fixes the scalastyle bug.

filipesperandio commented 5 years ago

This will be released as beta in a few minutes.

walkafwalka commented 5 years ago

This will be released as beta in a few minutes.

$ docker run -it --rm -e CODECLIMATE_CODE="$PWD" -v "$PWD":/code -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -e scalastyle:beta
Skipped scalastyle: Channel beta not found for scalastyle, available channels: ["stable"]
filipesperandio commented 5 years ago

Ah, right. beta is not available in the CLI, though, this version is already the latest on dockerhub, meaning the CLI gets it on the default/stable channel.

On codeclimate.com it is going to be in beta for while.