From 6a9febd3951547b5f249660e680a883581e37b5a Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Tue, 21 Feb 2017 12:53:56 +0300 Subject: [PATCH] pad and check style update --- checkstyle/configuration/touchin_checkstyle.xml | 17 +++++++++++++++++ gradle/staticAnalysis.gradle | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/checkstyle/configuration/touchin_checkstyle.xml b/checkstyle/configuration/touchin_checkstyle.xml index cd85fc5..d87860f 100755 --- a/checkstyle/configuration/touchin_checkstyle.xml +++ b/checkstyle/configuration/touchin_checkstyle.xml @@ -13,6 +13,23 @@ + + + + + + + diff --git a/gradle/staticAnalysis.gradle b/gradle/staticAnalysis.gradle index 357df04..94ec805 100644 --- a/gradle/staticAnalysis.gradle +++ b/gradle/staticAnalysis.gradle @@ -30,10 +30,10 @@ configurations { dependencies { - pmd 'net.sourceforge.pmd:pmd-core:5.5.1' - pmd 'net.sourceforge.pmd:pmd-java:5.5.1' + pmd 'net.sourceforge.pmd:pmd-core:5.5.3' + pmd 'net.sourceforge.pmd:pmd-java:5.5.3' - checkstyle 'ru.touchin:checkstyle:7.2-fork' + checkstyle 'ru.touchin:checkstyle:7.6.2-fork' pngtastic 'com.github.depsypher:pngtastic:1.2' }