May I know the sonar.properties file configuration to work with this plugin #56
govindappaarun
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @govindappaarun, The minimum config is defined by Sonar's Analysis Parameters. From a little digging, its probably because you have an exclusion in your config while also using the Nx plugin which creates that config on the fly. I would recommend removing the sonar config properties file completely and you can also log the sonar properties from the plugin and compare. Also if you have a repo to reproduce I can take a look as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @koliveira15 ,
I am trying to migrate an existing monorepo with sonar to run with your plugin to have it cached with Nx.
May I know the min config thats required in sonar.properties, we are facing issues with indexing, "cant index a file twice " when we use our using existing sonar.properties
Beta Was this translation helpful? Give feedback.
All reactions