summaryrefslogtreecommitdiffstats
path: root/pym/repoman/checks.py
Commit message (Expand)AuthorAgeFilesLines
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.Zac Medico2008-02-081-1/+1
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-301-14/+1
* import ordering, prevent errors from mucking up module namespace in checks, f...Alec Warner2008-01-271-18/+26
* Check for quoted ${A}. Thanks to maekke for this patch.Zac Medico2008-01-181-1/+12
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-4/+18
* 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
* 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-011-1/+22
* 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-011-5/+22
* 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-011-0/+177