summaryrefslogtreecommitdiffstats
path: root/tools/hacking.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to flake8+hacking.Monty Taylor2013-05-171-670/+0
* Remove gettext.install() from nova/__init__.pyMark McLoughlin2013-04-011-0/+2
* docs should indicate proper git commit limitSteven Dake2013-03-041-1/+3
* Merge "Improve hackings docstring detection"Jenkins2013-03-021-25/+50
|\
| * Improve hackings docstring detectionJoe Gordon2013-02-261-25/+50
* | Prevent hacking.py from crashing on unexpected import exceptionJoe Gordon2013-02-271-0/+6
* | Merge "Fix hacking.py to handle parenthesise in from import as"Jenkins2013-02-271-0/+4
|\ \ | |/ |/|
| * Fix hacking.py to handle parenthesise in from import asJoe Gordon2013-02-251-0/+4
* | Fix hacking.py to handle 'cannot import x'Joe Gordon2013-02-251-1/+2
|/
* Fix broken logging imports.Vishvananda Ishaya2013-02-191-1/+0
* Fix hacking test to handle namespace packages.Vishvananda Ishaya2013-02-191-26/+18
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+3
* Fix hacking tests on osxVishvananda Ishaya2013-02-181-3/+7
* Merge "Add "is not" test to hacking.py"Jenkins2013-02-141-3/+17
|\
| * Add "is not" test to hacking.pyJoe Gordon2013-02-121-3/+17
* | Module import style checking changesAttila Fazekas2013-02-131-84/+92
|/
* Add 'not in' test to tools/hacking.pyJoe Gordon2013-01-311-0/+18
* Fix hacking N302 import only modulesJoe Gordon2013-01-241-28/+34
* Merge "Fix multi line docstring tests in hacking.py"Jenkins2013-01-191-28/+47
|\
| * Fix multi line docstring tests in hacking.pyJoe Gordon2013-01-171-28/+47
* | don't allow crs in the codeSean Dague2013-01-161-0/+13
|/
* enable hacking.py self testsSean Dague2013-01-141-62/+130
* fix N402 on tools/Sean Dague2013-01-091-1/+1
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-6/+11
* Fix pep8 exclude logic for 1.3.3Joe Gordon2012-12-061-33/+23
* Ban db import from nova/virtDan Smith2012-11-121-0/+7
* Remove extra print line in hacking.pyJoe Gordon2012-10-291-1/+0
* Change hacking.py N306 to use logical_linesJoe Gordon2012-10-261-3/+3
* Fix hacking.py naivete regarding lines that look like importsDan Smith2012-10-261-1/+1
* Update tools hacking for pep8 1.2 and beyondJoe Gordon2012-10-011-5/+7
* Fix hacking.py git checks to propagate errorsJoe Gordon2012-08-221-2/+7
* Make missing imports flag in hacking settable.Monty Taylor2012-08-171-4/+5
* Add a 50 char git title limit test to hacking.Joe Gordon2012-08-081-0/+4
* Fix broken pep8 exclude processing.Monty Taylor2012-08-031-0/+49
* Replace subprocess.check_output with PopenChris Behrens2012-07-261-1/+7
* Add git commit message validation to hacking.pyJoe Gordon2012-07-201-1/+29
* modify hacking.py to not choke on the def of _()Sean Dague2012-07-051-2/+4
* Correct typo in tools/hacking.py l18n -> i18nBrian Waldon2012-07-051-2/+2
* Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-5/+5
* Merge "Cleanup tools/hacking using flake8"Jenkins2012-05-311-2/+0
|\
| * Cleanup tools/hacking using flake8Joe Gordon2012-05-241-2/+0
* | Grammar fixes.Matt Joyce2012-05-291-1/+1
|/
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-4/+4
* Number of missing imports should always be shownJoe Gordon2012-04-241-4/+3
* Improved tools/hacking.pyJoe Gordon2012-04-241-43/+140
* Improved localization testing.Yuriy Taraday2012-04-101-0/+91
* HACKING fixes, sqlalchemy fix.Yuriy Taraday2012-04-091-4/+13
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-4/+6
* Add assertRaises check to tools/hacking.py as N202Joe Gordon2012-03-051-0/+10
* Add HACKING compliance testing to run_test.shJoe Gordon2012-01-241-0/+183