mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
ci: exclude testdata from sonar.exclusions (#26398)
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
This commit is contained in:
parent
e8539bea12
commit
1418e87420
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ sonar.projectVersion=1.0
|
||||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
|
|
||||||
sonar.exclusions=docs/**
|
# Exclude docs and testdata with kustomization files (Sonar IaC parser fails on empty/edge-case YAML)
|
||||||
|
sonar.exclusions=docs/**,**/testdata/**
|
||||||
|
|
||||||
# Encoding of the source code. Default is default system encoding
|
# Encoding of the source code. Default is default system encoding
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue