Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: OCA Coding Standards and recommended IDEs
by
Leonardo Pistone
> Everyone is free to use a text editor that has no flake8 support, so adding > those checks you say in travis would be wiser IMHO, as it is now with > flake8. I think we are actually saying the same thing: what Travis does, is a somewhat custom setup of flake8 + pylint. What we need is a simple standalone wrapper, independent of everything (especially Travis) that does just the same check that Travis does now. Then: - travis just runs the script - people can run the script locally from the command line - optional: people can configure their editor of choice to run it inside the editor. This is something I am actually confortable giving specific advice about (example "if you use vim you can configure syntastic to run the checker XXX on python files") Of course I agree with Oleg: we want to easily run the same checks that Travis runs locally.
Reference
-
OCA Coding Standards and recommended IDEs
byXpansa Group, Oleg Kuryan-
Re: OCA Coding Standards and recommended IDEs
byOpen Source Integrators, Maxime Chambreuil -
Re: OCA Coding Standards and recommended IDEs
byEcosoft Co. Ltd., Kitti Upariphutthiphong
-