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
We need to added a very simple custom scala rule to our sonar. Looking at Scalastyle - Custom rules, seems to be pretty straight forward to generate the custom jar.
The question is that what is the best way to feed this jar to sonar? Is it jam into the lib folder sonar-scalastyle-plugin-0.0.1-SNAPSHOT.jar ? Or there is much better way to do it?
Thanks
-cl
The text was updated successfully, but these errors were encountered:
We need to added a very simple custom scala rule to our sonar. Looking at Scalastyle - Custom rules, seems to be pretty straight forward to generate the custom jar.
The question is that what is the best way to feed this jar to sonar? Is it jam into the
lib
foldersonar-scalastyle-plugin-0.0.1-SNAPSHOT.jar
? Or there is much better way to do it?Thanks
-cl
The text was updated successfully, but these errors were encountered: