This is a very slow checker, estimated to be O(n²) by its author; so using it all the time is not good. It can be re-enabled on the command line via “--disable-checker=”. --- pylintrc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pylintrc b/pylintrc index 3fffb30..39c9236 100644 --- a/pylintrc +++ b/pylintrc @@ -93,6 +93,7 @@ ignore-docstrings = yes # Enable all checker(s) except those with the given id(s). This option # conflicts with the enable-checker option #disable-checker= +disable-checker=similarities # Enable all messages in the listed categories (IRCWEF). #enable-msg-cat= -- 1.6.5.7
