summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-07 23:38:59 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-07 23:38:59 +0300
commitd957ae5764aff1eb6f7e021b0f75846bf7d2654a (patch)
treea98f084948ecebc8439eff3a1df2453fb4c46328 /pylintrc
parente573339ebe984b0100bd47fe862edf750fba8140 (diff)
downloadpylint-git-d957ae5764aff1eb6f7e021b0f75846bf7d2654a.tar.gz
Get rid of abstract-method warnings emitted over pylint's codebase.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 156a9f798..ed2509419 100644
--- a/pylintrc
+++ b/pylintrc
@@ -63,7 +63,7 @@ confidence=
disable=invalid-name,protected-access,fixme,too-many-branches,
attribute-defined-outside-init,too-many-locals,
- too-many-arguments,abstract-method,too-many-statements,
+ too-many-arguments,too-many-statements,
too-many-return-statements,too-few-public-methods,
import-error,too-many-lines,too-many-instance-attributes,
too-many-public-methods,duplicate-code,broad-except,