mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: fix sonar exclusions (#11119)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
10a8fab27d
commit
b1e2095ec3
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ sonar.projectKey=kyverno_kyverno
|
|||
# relative paths to source directories. More details and properties are described
|
||||
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
|
||||
sonar.sources=.
|
||||
sonar.exclusions=test/**
|
||||
sonar.exclusions=test/**, cmd/cli/kubectl-kyverno/_testdata/**
|
||||
|
|
Loading…
Reference in a new issue