[openstack-dev] [release] New hacking 0.12.0
Ihar Hrachyshka
ihrachys at redhat.com
Tue Nov 8 17:18:21 UTC 2016
> On 8 Nov 2016, at 17:23, Ian Cordasco <sigmavirus24 at gmail.com> wrote:
>
>
>
> -----Original Message-----
> From: Ihar Hrachyshka <ihrachys at redhat.com>
> Reply: OpenStack Development Mailing List (not for usage questions) <openstack-dev at lists.openstack.org>
> Date: November 8, 2016 at 02:39:24
> To: OpenStack Development Mailing List (not for usage questions) <openstack-dev at lists.openstack.org>
> Subject: Re: [openstack-dev] [release] New hacking 0.12.0
>
>>
>>> On 7 Nov 2016, at 21:47, Ken'ichi Ohmichi wrote:
>>>
>>> Hi,
>>>
>>> Today a new hacking 0.12.0 is released.
>>> The release contains a new hacking rule:
>>>
>>> [H904] Delay string interpolations at logging calls.
>>>
>>> BTW, the hacking repo starts containing reno since this release but it
>>> is not used yet.
>>> Please check the git history (or
>>> https://review.openstack.org/#/c/343824) if wanting to know the
>>
>> Considering that the new check is off-by-default, and since we still have [1] unsolved,
>> what’s the proper procedure to consume the new check? In neutron, we are interested in
>> adopting it because then we would be able to drop our own custom check [2] that validate
>> the code for the same issue. But we cannot use select= in tox.ini.
>
> Flake8 adds an --enable-extensions option that allow you to specify the codes for the off-by-default plugins. That can also be added to your tox.ini
Indeed it works, thanks! Here is neutron patch for example: https://review.openstack.org/#/c/394817/
Ihar
More information about the OpenStack-dev
mailing list