SonarQube Exclude a directory

前端 未结 13 892
失恋的感觉
失恋的感觉 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:19

    Add comma separated folder paths sonar.exclusions=**/abc/**,**/def/**

    This worked in an angular project

提交回复
热议问题