From 1509219cc90914f04cad5a058233144686ea0f80 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 19 Oct 2003 21:13:07 +0000 Subject: [PATCH] Removed stuff about PyChecker. --- docs/STYLE | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/STYLE b/docs/STYLE index 2f8d4d029..28c9b8eec 100644 --- a/docs/STYLE +++ b/docs/STYLE @@ -28,11 +28,6 @@ class definition. Two blank lines should be between all consecutive class definitions in a file. Comments are even better than blank lines for separating classes. -Code should pass PyChecker with no warnings. The PyChecker config file is -included in the tools/ subdirectory. (Note: It's becoming harder and -harder to do this in today's Python. Just try to have as few warnings -as possible.) - Database filenames should generally begin with the name of the plugin and the extension should be 'db'. baseplugin.DBHandler does this already.