You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have to enable scala style checks in every project and then select the scala style configuration that has to be configured globally.
This approach makes it impossible to conveniently distribute a default scala style configuration to all developers which is then used automatically.
It would be ideal if we could just configure a workspace independent path or even http-url and a boolean preference to enable scala style checks globally via workspace mechanic.
We would like to make scala style check mandatory in our team and with such features we could accomplish that without too much overhead.
The text was updated successfully, but these errors were encountered:
This is a good idea, but it's not simple. I was thinking someone along the lines of what the Java compiler does: you can define things in the workspace and then override them at project level. This isn't simple. For the workspace independent path, have a look at #9 which hasn't yet been merged.
This is more a feature request then a bug:
Currently I have to enable scala style checks in every project and then select the scala style configuration that has to be configured globally.
This approach makes it impossible to conveniently distribute a default scala style configuration to all developers which is then used automatically.
It would be ideal if we could just configure a workspace independent path or even http-url and a boolean preference to enable scala style checks globally via workspace mechanic.
We would like to make scala style check mandatory in our team and with such features we could accomplish that without too much overhead.
The text was updated successfully, but these errors were encountered: