mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Removed stuff about PyChecker.
This commit is contained in:
parent
7b8322d6fd
commit
1509219cc9
@ -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
|
definitions in a file. Comments are even better than blank lines for
|
||||||
separating classes.
|
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
|
Database filenames should generally begin with the name of the plugin and the
|
||||||
extension should be 'db'. baseplugin.DBHandler does this already.
|
extension should be 'db'. baseplugin.DBHandler does this already.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user