From a70242ac897380896d2d489719c9fa457841423b Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 12 Nov 2012 13:35:38 +0900 Subject: [PATCH] More strict method parameter naming to prevent dumb parameter names such as arg0 --- src/main/resources/io/netty/checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/io/netty/checkstyle.xml b/src/main/resources/io/netty/checkstyle.xml index ff46b9f..7021d90 100644 --- a/src/main/resources/io/netty/checkstyle.xml +++ b/src/main/resources/io/netty/checkstyle.xml @@ -115,5 +115,8 @@ + + +