Browse Source

sonar: ignore duplication warnings in test files (#4320)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 1 năm trước cách đây
mục cha
commit
cb3a60971a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      sonar-project.properties

+ 2 - 0
sonar-project.properties

@@ -0,0 +1,2 @@
+# Ignore duplications in test files.
+sonar.cpd.exclusions = **/*_test.go