summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-12-14 16:34:15 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-12-14 16:34:15 +0100
commit6b901b3fdb310fd921708c7901fc8bc9ed4d6f12 (patch)
tree6dfec43ed6a9cf6199c5b0f9471722ad3796c99a /doc
parentec33eaf8fbd27986d9610abef32534aba2608fe5 (diff)
downloadpylint-6b901b3fdb310fd921708c7901fc8bc9ed4d6f12.tar.gz
performance: remove strange unused F0321 check, hence disabling the format checker
when using "-E" or "-d W,C" option
Diffstat (limited to 'doc')
-rw-r--r--doc/features.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/features.txt b/doc/features.txt
index c4fe789..e8f41c7 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -228,9 +228,6 @@ Messages
-= | \*= | /= | %) is not followed by a space.
:C0324: *Comma not followed by a space*
Used when a comma (",") is not followed by a space.
-:F0321: *Format detection error in %r*
- Used when an unexpected error occurred in bad format detection.Please report
- the error if it occurs.
typecheck checker