From: Jenkins Date: Tue, 6 Jan 2015 13:20:15 +0000 (+0000) Subject: Merge "Enable the "not-callable" pylint check" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=03f33d67d756e8f48427b79e3e34fe7b8fc546d8;p=openstack-build%2Fneutron-build.git Merge "Enable the "not-callable" pylint check" --- 03f33d67d756e8f48427b79e3e34fe7b8fc546d8 diff --cc .pylintrc index 595c3e53e,28f6f7940..ad9c8211b --- a/.pylintrc +++ b/.pylintrc @@@ -24,11 -24,13 +24,10 @@@ disable no-member, no-method-argument, no-self-argument, - not-callable, no-value-for-parameter, super-on-old-class, - too-few-format-args, # "W" Warnings for stylistic problems or minor programming issues abstract-method, - anomalous-backslash-in-string, - anomalous-unicode-escape-in-string, arguments-differ, attribute-defined-outside-init, bad-builtin,