From f0dd332463ae0fcab921ea97699c68a3913585c7 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 28 Jan 2016 16:57:26 +0100 Subject: [PATCH] Exclude files generated by protobuf from SQ analysis This was already done for other modules, but not for sonar-core. --- sonar-core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 7738b4d2a93..ba067c60d00 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -13,6 +13,10 @@ SonarQube :: Core Library shared by analyzer and server + + target/generated-sources/**/* + + com.google.code.findbugs -- 2.39.5