diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-01-06 13:20:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-01-06 13:20:15 +0000 |
commit | 03f33d67d756e8f48427b79e3e34fe7b8fc546d8 (patch) | |
tree | 9e94d5a552117a437aeb7ddaa79624c80a643210 /.pylintrc | |
parent | 41d7fa4012237b28333118834740ff3141da41f7 (diff) | |
parent | 73c9a5fc7c0ed9758af28e7061428544b2475af0 (diff) | |
download | neutron-03f33d67d756e8f48427b79e3e34fe7b8fc546d8.tar.gz |
Merge "Enable the "not-callable" pylint check"
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ disable= no-member, no-method-argument, no-self-argument, - not-callable, no-value-for-parameter, super-on-old-class, # "W" Warnings for stylistic problems or minor programming issues |