From commits-return-72272-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Feb 18 07:18:58 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0F981180674 for ; Tue, 18 Feb 2020 08:18:57 +0100 (CET) Received: (qmail 94271 invoked by uid 500); 18 Feb 2020 07:18:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 94097 invoked by uid 99); 18 Feb 2020 07:18:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2020 07:18:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1F9328DACA; Tue, 18 Feb 2020 07:18:55 +0000 (UTC) Date: Tue, 18 Feb 2020 07:18:58 +0000 To: "commits@commons.apache.org" Subject: [commons-geometry] 03/03: Update PMD rules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aherbert@apache.org In-Reply-To: <158201033571.3954.7255394411951986280@gitbox.apache.org> References: <158201033571.3954.7255394411951986280@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-geometry X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 0d064e42e6bbe05c074ff2de691fb81cbed8a048 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200218071856.1F9328DACA@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git commit 0d064e42e6bbe05c074ff2de691fb81cbed8a048 Author: Alex Herbert AuthorDate: Tue Feb 18 07:18:51 2020 +0000 Update PMD rules Allow 'NaN' as constant name. Relax utility class pattern. Allow short method names. --- src/main/resources/pmd/pmd-ruleset.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/pmd/pmd-ruleset.xml b/src/main/resources/pmd/pmd-ruleset.xml index 0307f27..24c4280 100644 --- a/src/main/resources/pmd/pmd-ruleset.xml +++ b/src/main/resources/pmd/pmd-ruleset.xml @@ -25,6 +25,7 @@ + @@ -68,4 +69,23 @@ + + + + + + + + + + + + + + + + + + +