]> 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>
Tue, 7 Apr 2020 12:33:47 +0000 (20:33 +0800)
commit0930652318f0f2bbbefbe7dd829bc914405c9013
treec044e88f4cf5acbc05c57efeaf526b6c6b8ffcab
parentad2bbbc1edb29d3623299fd25f72458623415a96
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>
src/pybind/mgr/dashboard/.pylintrc