SonarQube Exclude a directory

前端 未结 13 893
失恋的感觉
失恋的感觉 2020-12-23 02:43

I am trying to exclude a directory from being analyzed by Sonar. I have the following properties defined in my sonar-project.properties file:

so         


        
13条回答
  •  一生所求
    2020-12-23 03:07

    what version of sonar are you using? There is one option called "sonar.skippedModules=yourmodulename".

    This will skip the whole module. So be aware of it.

提交回复
热议问题