> On 8 Nov 2016, at 17:23, Ian Cordasco <[email protected]> wrote: > > > > -----Original Message----- > From: Ihar Hrachyshka <[email protected]> > Reply: OpenStack Development Mailing List (not for usage questions) > <[email protected]> > Date: November 8, 2016 at 02:39:24 > To: OpenStack Development Mailing List (not for usage questions) > <[email protected]> > 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 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
