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
Preview available at https://sonarcloud.io/organizations/osate/projects
This was created by a manual run of mvn sonar:sonar on my laptop. Still need to figure out how to get code coverage results reported. Tests are written in Xtend, maybe that's the issue.
By default files in .gitignore are ignored for analysis. This included xtend-gen directories. Needed to add <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled> to the main pom.
Summary
Explore if Sonarcloud can be used to scan code for bugs and vulnerabilities.
This would enable us to use Kotlin or Scala for plugin development.
Environment
The text was updated successfully, but these errors were encountered: