mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +01:00
Added note about eval() uses having to be approved by jemfinch.
This commit is contained in:
parent
c98ac096e8
commit
7684da3a72
10
docs/STYLE
10
docs/STYLE
@ -74,7 +74,9 @@ SQL statements in code should put SQL words in ALL CAPS:
|
|||||||
SELECT quote FROM quotes ORDER BY random() LIMIT 1
|
SELECT quote FROM quotes ORDER BY random() LIMIT 1
|
||||||
|
|
||||||
All plugins should have test cases written for them. Even if it
|
All plugins should have test cases written for them. Even if it
|
||||||
doesn't actually test anything but just subclasses
|
doesn't actually test anything but just exists, it's good to have the
|
||||||
test.PluginDocumentation, it's good to have the test there so there's
|
test there so there's a place to add more tests later (and so we can
|
||||||
a place to add more tests later (and so we can be sure that all
|
be sure that all plugins are adequately documented.
|
||||||
plugins are adequately documented).
|
|
||||||
|
All uses of eval() that expect to get integrated in Supybot must be
|
||||||
|
approved by jemfinch, no exceptions.
|
||||||
|
Loading…
Reference in New Issue
Block a user