Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7FCD17504 for ; Mon, 2 Feb 2015 19:10:01 +0000 (UTC) Received: (qmail 21414 invoked by uid 500); 2 Feb 2015 19:09:28 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 21380 invoked by uid 500); 2 Feb 2015 19:09:28 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 21371 invoked by uid 99); 2 Feb 2015 19:09:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 19:09:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Feb 2015 19:09:07 +0000 Received: (qmail 20790 invoked by uid 99); 2 Feb 2015 19:09:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 19:09:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 36F67E035D; Mon, 2 Feb 2015 19:09:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-aurora git commit: Use checkstyle 6.2. Date: Mon, 2 Feb 2015 19:09:04 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master f22b538fb -> 0c1389752 Use checkstyle 6.2. Bugs closed: AURORA-1081 Reviewed at https://reviews.apache.org/r/30480/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/0c138975 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/0c138975 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/0c138975 Branch: refs/heads/master Commit: 0c1389752096a798182e5182256d6887ef46bbd7 Parents: f22b538 Author: Bill Farner Authored: Mon Feb 2 10:11:51 2015 -0800 Committer: Bill Farner Committed: Mon Feb 2 11:08:22 2015 -0800 ---------------------------------------------------------------------- build.gradle | 1 + config/checkstyle/checkstyle.xml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/0c138975/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d122d2f..8cec4a7 100644 --- a/build.gradle +++ b/build.gradle @@ -322,6 +322,7 @@ codeQualityTasks.each { checkstyle { sourceSets = [sourceSets.main , sourceSets.test, sourceSets.jmh] + toolVersion = 6.2 } tasks.withType(FindBugs) { http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/0c138975/config/checkstyle/checkstyle.xml ---------------------------------------------------------------------- diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 2070989..c4c6c44 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -225,10 +225,7 @@ limitations under the License. - - - - +