Comment 2 for bug 1710426

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

Reviewed: https://review.openstack.org/493340
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=ca712cb0bd2e271bd05265622a9b70a4ccdaff45
Submitter: Jenkins
Branch: master

commit ca712cb0bd2e271bd05265622a9b70a4ccdaff45
Author: junboli <email address hidden>
Date: Sun Aug 13 08:01:42 2017 +0800

    Fix the duplicate hacking check M312 and H203

    The hacking "[H203] Use assertIs(Not)None to check for None" is already enabled
    in tox. But the local hacking M312 is also avaliable, there is no need to check
    twice here for the same check.

    Change-Id: I56e19c6dd8905e439247c3b142e74913b5d0d7a6
    Closes-Bug: #1710426