Merge pull request #6173 from edx/clytwynec/add_find_fixme_method

add find_fixme task
This commit is contained in:
Christine Lytwynec
2014-12-10 11:08:25 -05:00
3 changed files with 52 additions and 0 deletions

View File

@@ -404,6 +404,10 @@ More specific options are below.
paver run_quality --percentage=100
* Note that 'fixme' violations are not counted with run_quality. To see all 'TODO' lines, use:
paver find_fixme --system=lms
`system` is an optional argument here. It defaults to `cms,lms,common`.
## Testing using queue servers