summaryrefslogtreecommitdiffstats
path: root/pym/repoman
Commit message (Expand)AuthorAgeFilesLines
* Make the EbuildQuote.missing_quotes regex accept singleZac Medico2007-11-101-2/+2
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-179/+106
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-051-1/+1
* Properly escape { and } characters in regular expressions evenZac Medico2007-11-011-3/+3
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-011-1/+1
* Make the EbuildUselessCdS check for both quoted and unquoted ${S}Zac Medico2007-11-011-1/+1
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-012-1/+23
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-0/+19
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* In the EbuildQuote check, combine the var_assignmentZac Medico2007-10-031-4/+1
* Filter some false positives out of the EbuildQuote check.Zac Medico2007-10-021-13/+48
* Rename checks as the naming was overkill (they are all obviously checks being...Alec Warner2007-10-012-6/+24
* keep old repoman names so we don't confuse peopleAlec Warner2007-10-011-1/+1
* Add new repoman check classes using StringIO; possibly need some testing, obv...Alec Warner2007-10-013-0/+189