From ea4340481a47ad51d150f2cc20a1e2390eb47402 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Fri, 29 Apr 2011 22:29:10 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B3=E3=83=BC=E3=83=87=E3=82=A3=E3=83=B3?= =?utf8?q?=E3=82=B0=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=81=AE=E7=B5=B1?= =?utf8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/config/checks.xml | 255 +++++++++++++++++++-------------------- src/main/config/suppressions.xml | 18 ++- 2 files changed, 144 insertions(+), 129 deletions(-) diff --git a/src/main/config/checks.xml b/src/main/config/checks.xml index 636ff33..0b45e05 100644 --- a/src/main/config/checks.xml +++ b/src/main/config/checks.xml @@ -1,26 +1,43 @@ + "-//Puppy Crawl//DTD Check Configuration 1.3//EN" + "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> + + + + + + + + + + + + + + + + + @@ -34,6 +51,7 @@ + @@ -45,44 +63,31 @@ - - - + - - - - + + - - - + + - - - - - - + + + @@ -91,34 +96,36 @@ + + - + + + + + - - - + - + @@ -126,6 +133,7 @@ + @@ -135,40 +143,49 @@ - - - - - - + + + + + - + + + + + + + + - - - + + + @@ -179,19 +196,37 @@ name="endOfSentenceFormat" value="([。.?!][ \t\n\r\f<])|([。.?!]$)" /> + + - - - + + + + + + + + + + + + + + + @@ -199,66 +234,69 @@ + + + + + + - + - + - + - - - - + + - - - - + + - - - + + - - - - - - - - - + + + + + + - - + @@ -295,11 +333,12 @@ - - - - + + @@ -313,44 +352,14 @@ SL, SR, SL_ASSIGN, SR_ASSIGN, MINUS, STAR, DIV, MOD, - PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, DIV_ASSIGN, MOD_ASSIGN, + PLUS_ASSIGN, MINUS_ASSIGN, + STAR_ASSIGN, DIV_ASSIGN, MOD_ASSIGN, EQUAL, NOT_EQUAL, GT, GE, LT, LE, " /> - - - + - - + diff --git a/src/main/config/suppressions.xml b/src/main/config/suppressions.xml index c7251ca..04f01d8 100644 --- a/src/main/config/suppressions.xml +++ b/src/main/config/suppressions.xml @@ -16,7 +16,23 @@ - + + + + + + -- 2.11.0