Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 382B8E3AE for ; Sat, 9 Feb 2013 19:22:19 +0000 (UTC) Received: (qmail 48011 invoked by uid 500); 9 Feb 2013 19:22:18 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 47881 invoked by uid 500); 9 Feb 2013 19:22:18 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 47873 invoked by uid 99); 9 Feb 2013 19:22:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 19:22:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.neidhart@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 19:22:10 +0000 Received: by mail-wi0-f174.google.com with SMTP id hi8so1969529wib.13 for ; Sat, 09 Feb 2013 11:21:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=1eL+VEwhd44OPLmSjCjzCpliVZqPPTSR5ULp9L40naY=; b=cYoLzn07ElmUQSys+KvEZaZPlcHrXmT98ZtlEdiuusvUTGYJM7NAM1UUVhmJZN76lR GMCww0wCMhFnUtDBZGe7H/5WfTquyC+Sz1/BD81e7Eh5iMUrUVkyqjY08VZKOHqrI4Xk ucBncM6ogr9AflfZWA9Ltxe2ImQfhm1VcHvqG4hIBFQfk80qR9vfqzP9PMwjFieWEjSC YjXyzOh4EbgF5uVHcnLXB3TI++z8Mwi325H0bI0n8ZUR+2AUgAoWwBBZUlROsZqaAS/A ba4hAPoTLiH7/Fo7l3hKOeHz31EFqILCFsRuK4ONCzUaLyVFWdBKK+PLmCtDu45mWZsr QUQA== X-Received: by 10.180.88.40 with SMTP id bd8mr8536146wib.17.1360437709375; Sat, 09 Feb 2013 11:21:49 -0800 (PST) Received: from [192.168.1.3] (ip-83-134-112-3.dsl.scarlet.be. [83.134.112.3]) by mx.google.com with ESMTPS id l3sm22752884wiy.8.2013.02.09.11.21.47 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Feb 2013 11:21:48 -0800 (PST) Message-ID: <5116A1CA.7020808@gmail.com> Date: Sat, 09 Feb 2013 20:21:46 +0100 From: Thomas Neidhart User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] configuration of sonar instance at Apache References: <511610B6.1070104@spaceroots.org> In-Reply-To: <511610B6.1070104@spaceroots.org> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 02/09/2013 10:02 AM, Luc Maisonobe wrote: > Hi all, > > Since a few weeks, [math] and a few other components are monitored by > the sonar instance in out own Apache infrastructure. > > The reports show lots of rules violations because a default profile > seems to be used, with different checkstyle rules. As [math] and several > other Commons components have their own checkstyle.xml and > findbugs-exclude-filter.xml configuration files, I wonder if these files > could be used by sonar? > > It seems custom profiles should be set up and this can be done only by a > global sonar administrator. Does anyone know how to do that and have > proper karma? I already created a custom profile for Commons Math based on our existing configuration. The custom suppressions / exclusions do not yet work, but will try to add them later. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org