From commits-return-71474-archive-asf-public=cust-asf.ponee.io@commons.apache.org Sun Dec 29 06:08:03 2019 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 70A5118063F for ; Sun, 29 Dec 2019 07:08:03 +0100 (CET) Received: (qmail 57430 invoked by uid 500); 29 Dec 2019 06:08:01 -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 57117 invoked by uid 99); 29 Dec 2019 06:08:00 -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; Sun, 29 Dec 2019 06:08:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 693D88D815; Sun, 29 Dec 2019 06:08:00 +0000 (UTC) Date: Sun, 29 Dec 2019 06:08:04 +0000 To: "commits@commons.apache.org" Subject: [commons-dbutils] 04/09: Add checkstyle suppressions for false positives MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: thecarlhall@apache.org In-Reply-To: <157759968029.3821.15635852576715585772@gitbox.apache.org> References: <157759968029.3821.15635852576715585772@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-dbutils X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 0b4bf6feb2ee367c76604c29160481e4075c4de1 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191229060800.693D88D815@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. thecarlhall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git commit 0b4bf6feb2ee367c76604c29160481e4075c4de1 Author: Carl Hall AuthorDate: Fri Dec 27 22:51:59 2019 -0800 Add checkstyle suppressions for false positives --- checkstyle-suppressions.xml | 30 ++++++++++++++++++++++++++++++ pom.xml | 2 ++ 2 files changed, 32 insertions(+) diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml new file mode 100644 index 0000000..1002890 --- /dev/null +++ b/checkstyle-suppressions.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7d01207..9ed67b9 100644 --- a/pom.xml +++ b/pom.xml @@ -264,6 +264,8 @@ ${basedir}/checkstyle.xml false ${basedir}/license-header.txt + ${basedir}/checkstyle-suppressions.xml + ${basedir}/checkstyle-suppressions.xml false