From 8eb824037e0e085ebca5f96647cf21de32a12753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sat, 13 Apr 2002 08:31:46 +0000 Subject: [PATCH] added documentation for regexp-disabling of line-length checks --- docs/anttask.html | 5 +++++ docs/cmdline.html | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/anttask.html b/docs/anttask.html index 319383e7d..075c05001 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -89,6 +89,11 @@ This task is included in the checkstyle distribution.

Specifies the maximum line length. Default value is defined here. No + + ignoreLineLengthPattern + Specifies a regular expression for lines to ignore in maximum line length checks. Defaults to "^$". + No + ignoreImportLen Specifies whether to ignore the maximum line length for import statements. Defaults to "false". diff --git a/docs/cmdline.html b/docs/cmdline.html index 734e2030e..8bbc965af 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -82,6 +82,10 @@ This command line tool is included in the checkstyle distribution.

checkstyle.maxlinelen Specifies the maximum line length. Default value is defined here. + + checkstyle.ignore.maxlinelen + Specifies a regular expression for lines to ignore in maximum line length checks. Defaults to "^$". + checkstyle.ignore.importlength Specifies whether to ignore the maximum line length for import statements. Defaults to "false".