Watcher: fix some doc typos
[ganeti-local] / pylintrc
index 3fffb30..7d42070 100644 (file)
--- 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=
@@ -104,4 +105,4 @@ disable-msg-cat=
 #enable-msg=
 
 # Disable the message(s) with the given id(s).
-disable-msg=W0511
+disable-msg=W0511,R0922,W0201