X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=.pylintrc;h=82e4d962179f10cfda7a1744d97ed91d8f268686;hb=8c0cbef8f467d125ba7c987b3eb1f5bef7d38120;hp=80339836e456f9e97a56f4deeab696752fe18a7c;hpb=4546631ed7cc59f3e66a1902b28930f955b2b03f;p=plomtask diff --git a/.pylintrc b/.pylintrc index 8033983..82e4d96 100644 --- 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=(test_)?do_(GET|POST)(_[a-z]+)?,test_[A-Z]+