Comment 2 for bug 1437515

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

Reviewed: https://review.openstack.org/173410
Committed: https://git.openstack.org/cgit/stackforge/rally/commit/?id=98cde5e8c577f6cca2f4c7cbf80c075204f34780
Submitter: Jenkins
Branch: master

commit 98cde5e8c577f6cca2f4c7cbf80c075204f34780
Author: Hugh Ma <email address hidden>
Date: Tue Apr 14 09:12:11 2015 -0700

    Data structs declared with constructor replaced with literal

    Changes:
      - list() declarations replaced with []
      - dict() declarations replaced with {}
      - Added N351 to hacking for literal rule along with checks, test hacking, and to readme
      - Minor fix to incorrect path in hacking guidelines pointing to test_hacking.py

    Change-Id: Ie7b9201d61b6f2024217b6f4117605eb52fa916a
    Closes-Bug: #1437515