Comment 15 for bug 1554824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/346250
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4f1b6c48760fb578e86ad771a666acbd7b70aa4a
Submitter: Jenkins
Branch: master

commit 4f1b6c48760fb578e86ad771a666acbd7b70aa4a
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: I8edff5f0c6fb90e8600a1d047f225900ef85baba
    Partial-Bug: #1554824