From 475115172ee3acd59222efc7b0eec28bbd7c31eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 5 May 2002 12:27:55 +0000 Subject: [PATCH] added hint about regexp-disabling of linelength check --- docs/engine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/engine.html b/docs/engine.html index 4d443bc99..1399eb3ff 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -189,7 +189,7 @@

Long Lines

-

Checks for lines that are longer than a specified length. The default is "80". This can be turned off for import statements.

+

Checks for lines that are longer than a specified length. The default is "80". This can be turned off for import statements or for lines that match a regular expression.

Method Body Length

Checks for method bodies that are longer than a specified number of lines. The lines are counted from the opening brace '{' to the closing brace '}'. The default is "150".