Running eslint is effectively useless nowdays because of the
overwhelming number of warnings returned.
This patch fixes the existing "block-scoped-var" errors.
I've decided to only fix those errors here to keep the patch small, and
not destroy any chance of success by needing to rebase every 5 minutes.
Other fixes will be incoming.
Reviewed: https:/ /review. openstack. org/346250 /git.openstack. org/cgit/ openstack/ horizon/ commit/ ?id=4f1b6c48760 fb578e86ad771a6 66acbd7b70aa4a
Committed: https:/
Submitter: Jenkins
Branch: master
commit 4f1b6c48760fb57 8e86ad771a666ac bd7b70aa4a
Author: woodm1979 <email address hidden>
Date: Fri Jul 22 16:08:47 2016 -0600
No more block-scoped-var eslint errors
Running eslint is effectively useless nowdays because of the
overwhelming number of warnings returned.
This patch fixes the existing "block-scoped-var" errors.
I've decided to only fix those errors here to keep the patch small, and
not destroy any chance of success by needing to rebase every 5 minutes.
Other fixes will be incoming.
Change-Id: I8edff5f0c6fb90 e8600a1d047f225 900ef85baba
Partial-Bug: #1554824