Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-24 Thread Anastasia Kuznetsova
gt;> >> >> *From:* Anastasia Kuznetsova [mailto:akuznets...@mirantis.com] >> *Sent:* Wednesday, December 09, 2015 1:13 PM >> *To:* OpenStack Development Mailing List (not for usage questions) >> *Subject:* Re: [openstack-dev] [mistral] Improving Mistral pep8 rules >>

Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-24 Thread Renat Akhmerov
kuznets...@mirantis.com>] > Sent: Wednesday, December 09, 2015 1:13 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to > match Mistral guidelines > > > > Hi Moshe, >

Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-10 Thread Anastasia Kuznetsova
Development Mailing List (not for usage questions) > *Subject:* Re: [openstack-dev] [mistral] Improving Mistral pep8 rules > files to match Mistral guidelines > > > > Hi Moshe, > > > > Great idea! > > > > It is possible to prepare some additional code checks, for

Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-10 Thread ELISHA, Moshe (Moshe)
adding these rules to our pep8. From: Anastasia Kuznetsova [mailto:akuznets...@mirantis.com] Sent: Wednesday, December 09, 2015 1:13 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral

Re: [openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-09 Thread Anastasia Kuznetsova
Hi Moshe, Great idea! It is possible to prepare some additional code checks, for example you can take a look how it was done in Rally project [1]. Before starting such work in Mistral, I guess that we can describe our addition code style rules in our official docs (somewhere in "Developer Guide"

[openstack-dev] [mistral] Improving Mistral pep8 rules files to match Mistral guidelines

2015-12-09 Thread ELISHA, Moshe (Moshe)
Hi all, Is it possible to add all / some of the special guidelines of Mistral (like blank line before return, period at end of comment, ...) to our pep8 rules file? This can save a lot of time for both committers and reviewers. Thanks! ___