Justin Santa Barbara
7b7033bfb3
Don't warn about C0111 (No docstrings)
...
While docstrings are great, requiring them is probably going too far. Let's get pylint useful first by having it not complain too much, then we can have a second stricter PyLint if desired.
2011-03-16 15:28:09 -07:00
Justin Santa Barbara
a151fabdb7
In order to disable the messages, we have to use disable, not disable-msg.
2011-03-16 15:25:21 -07:00
Justin Santa Barbara
1aa44c3d8d
Don't complain about the _ function being used
2011-03-16 14:34:44 -07:00
Eric Day
e012a2b737
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.
2010-10-21 11:49:51 -07:00
Cerberus
641b6ee563
Merge prop fixes and pylint/pep8 cleanup
2010-09-28 16:46:21 -05:00
Eric Day
24c7080249
More pylintrc updates.
2010-08-18 18:38:34 -07:00
Eric Day
bde9618560
Added '-' as possible charater in module rgx.
2010-08-18 17:38:00 -07:00
Eric Day
67ea462ead
Added unittests for wsgi and api.
2010-08-17 23:46:16 -07:00
Michael Gundlach
b998da0c46
Make WSGI routing support routing to WSGI apps or to controller+action
...
Support the beginnings of serialization format detection (aka did the request ask for JSON or XML)
2010-08-12 15:19:33 -07:00
jaypipes@gmail.com
7b6c053a92
pylint fixes for /nova/test.py
2010-08-10 04:52:54 +00:00
jaypipes@gmail.com
c6c222800c
Fix up variable names instead of disabling pylint naming rule. Makes variables able to be a single letter in pylintrc
2010-08-09 12:37:15 -04:00
jaypipes@gmail.com
948162e3bd
Disables warning about TODO in code comments in pylintrc
2010-08-09 12:20:47 -04:00
Eric Day
46c0f66d12
Cleaned up pep8/pylint for bin/* files. I did not fix rsapi since this is already cleaned up in another branch.
2010-08-07 19:51:17 -07:00
Eric Day
b77d261b02
First pass at making a file pass pep8 and pylint tests as an example.
2010-08-05 13:51:44 -07:00