-
Notifications
You must be signed in to change notification settings - Fork 4
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
java.util.UnknownFormatConversionException #11
Comments
@ivanobulo or @jsippel - any ideas? Let me know if I can help with any other info from the logs. |
@efueger |
Thanks, @ivanobulo - I've asked the user to post it here. 👌 |
@ivanobulo |
@xiaoyang24 It does look like this is non-standard configuration because the message it tries to format has a syntax error. I made a fix in the PR linked above. You could build the engine locally from the sources by running: |
@ivanobulo Or maybe I could solve the problem by removing it, does this sound like a solution? |
@ivanobulo |
Can you help me? I'm having this problem. .scalafmt.conf
|
@felipebonezi It's been a while since I looked at this project. From the error message it looks like its the same issue. Build the codeclimate-scalastyle locally: |
@ivanobulo my previous log file was using the command I've done what you asked me to do and still returning the same log. 😢 |
try adding '&&' before |
Repo hitting a format conversion error:
Maybe related to the custom message work done in #8 ?
troubleshooting resources:
The text was updated successfully, but these errors were encountered: