home · contact · privacy
Slightly improve and re-organize Condition tests.
[plomtask] / .pylintrc
index 80339836e456f9e97a56f4deeab696752fe18a7c..50133a08eb3882a3fd34b04e0a208fb255ef4665 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,3 +1,3 @@
 [BASIC]
 init-hook='import sys; sys.path.append(".")'
-good-names-rgxs=do_(GET|POST)(_[a-z]+)?,test_[A-Z]+
+good-names-rgxs=(.*_)?(GET|POST)(_.+)?,,test_[A-Z]+