home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / .pylintrc
index 80339836e456f9e97a56f4deeab696752fe18a7c..b4814d17d477dee4ee5ba2f67f52a04c41ba7b5d 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=.*_?do_(GET|POST)(_[a-z]+)?,test_[A-Z]+