From 6370433de46c444efa1ad9db75cab9bd5e79a0c7 Mon Sep 17 00:00:00 2001 From: Adi Date: Sun, 28 Feb 2016 21:56:30 +0000 Subject: [PATCH] suppressed MethodLength --- checkstyle/Checker.hx | 2 +- resources/static-analysis.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checkstyle/Checker.hx b/checkstyle/Checker.hx index 4929f6de..8a6a343d 100644 --- a/checkstyle/Checker.hx +++ b/checkstyle/Checker.hx @@ -121,7 +121,7 @@ class Checker { for (reporter in reporters) reporter.finish(); } - @SuppressWarnings("checkstyle:Dynamic") + @SuppressWarnings(["checkstyle:Dynamic", "checkstyle:MethodLength"]) public function run(file:LintFile) { for (reporter in reporters) reporter.fileStart(file); diff --git a/resources/static-analysis.xml b/resources/static-analysis.xml index 9eb391ea..a99ffe55 100644 --- a/resources/static-analysis.xml +++ b/resources/static-analysis.xml @@ -113,10 +113,10 @@ - - + + - +