diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:21:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:21:08 +0300 |
commit | 3c10cb43711f1c551a959e46d37566b2ecf19bc3 (patch) | |
tree | 19fa486f245303a38f17be9c15ed131b16e14ecc /.pylintrc | |
parent | make the terminology more consistent (diff) | |
download | vk-scripts-3c10cb43711f1c551a959e46d37566b2ecf19bc3.tar.gz vk-scripts-3c10cb43711f1c551a959e46d37566b2ecf19bc3.zip |
ignore "duplicate code" in Pylint
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=missing-docstring,too-many-public-methods,too-few-public-methods,multiple-imports +disable=missing-docstring,too-many-public-methods,too-few-public-methods,multiple-imports,duplicate-code [BASIC] |