Custom detekt rule for logger usage check
[dcaegen2/collectors/hv-ves.git] / build / hv-collector-analysis / src / main / resources / onap-detekt-config.yml
@@ -473,3 +473,8 @@ style:
   WildcardImport:
     active: true
     excludeImports: 'java.util.*,kotlinx.android.synthetic.*'
+
+HvVesCustomRules:
+  active: true
+  SuboptimalLoggerUsage:
+    active: true