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
7b6c053a92
pylint fixes for /nova/test.py
2010年08月10日 04:52:54 +00:00
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
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