]> git-server-git.apps.pok.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>
Sun, 14 Jun 2020 08:34:51 +0000 (16:34 +0800)
commit953ff54e304975b991fe4dc5271ab95cb803251e
treeb07083e0190b4da92a410e22911f83ec8842f21f
parent8a9bca117bf4b25b20f61c4cd2029ffc391c9ea6
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