diff --git a/pylintrc b/pylintrc
index b0907ffd6213a09b6ab9862b21cd04dc0f0c3cb1..b57a737dfa9eb20d699554742801eaa3dd0c1b64 100644
--- a/pylintrc
+++ b/pylintrc
@@ -8,7 +8,7 @@ ignore=tests
 # C0111 Disable "no docstring" for the moment
 # C0301 Disable "Line too long" for the moment
 # R0201 Disable "Method could be a function"
-disable-msg=C0111,C0301,R0201
+disable-msg=R0201
 
 [DESIGN]
 # Some classes are just beautiful when defining only operators & such.