]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/dashboard/.pylintrc: drop xrange from the whitelist
authorKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 12:22:21 +0000 (20:22 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Jun 2020 02:32:23 +0000 (10:32 +0800)
commit0605879730288ed0745f69e52237673e40b61f1d
treebb98ece75ed26efdf7ba27c9f8bd7ca2ddd7d447
parent3947375260ccadc89f041a2cf0db0a64bcec55fc
pybind/mgr/dashboard/.pylintrc: drop xrange from the whitelist

since dashboard is now xrange-free, there is no need to have
xrange-builtin in whitelist, moreover, in python3 the error message
cannot be emitted at seeing xrange.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 0930652318f0f2bbbefbe7dd829bc914405c9013)
src/pybind/mgr/dashboard/.pylintrc