On Thu, 2012-06-28 at 10:15 -0700, Joshua Harlow wrote: > I remember hearing once that someone had a openstack import/hacking > style checking tool.
Yes, and until we switched to tox for running the tests, it was part of the test suite; you can still run it by running ./run_tests.sh, but I know some HACKING compliance issues have managed to slip in. To run it stand-alone, try "./run_tests.sh --pep8" (the HACKING compliance tests were rolled into pep8 testing in run_tests.sh). -- Kevin L. Mitchell <[email protected]> _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

