camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 50 forks source link

Update mvn-scalafmt Maven plugin #654

Closed saig0 closed 11 months ago

saig0 commented 1 year ago

Desciption

We should update the mvn-scalafmt plugin that formats the Scala code. The updates were blocked because the new versions require Maven in version 3.6+ which is not available in our Jenkins CI (see here).

At the moment, it seems that the code is not formatted anymore (maybe because of multiple source directories).

requires #611

saig0 commented 1 year ago

Additionally, we should check on how to define formatting rules locally for the IDE.