From 1e39e2bf48a7122aec00792cf43672a46ae9fa65 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 28 Sep 2020 14:37:44 -0400 Subject: New sonars in policy-common Addressed the following sonars: - too many assertions in a test case - use parameterized test method Disabled production sonars for util-test, as the entire module is only used for testing other modules. Issue-ID: POLICY-2650-sonar Change-Id: If49775a6c95855dcd9601ee0d833bb00741b1550 Signed-off-by: Jim Hahn --- utils-test/pom.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils-test/pom.xml') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index f1fd8444..86800055 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -33,6 +33,9 @@ 2.0.4 + + + src/main,src/test -- cgit 1.2.3-korg