home · contact · privacy
Harmonize treatment of GET /[item]?id=.
[plomtask] / .pylintrc
1 [BASIC]
2 init-hook='import sys; sys.path.append(".")'
3 good-names-rgxs=(.*_)?(GET|POST)(_.+)?,,test_[A-Z]+