Skip to content

Commit

Permalink
update to todo grep (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Mar 4, 2020
1 parent f726968 commit a23df01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ todo:
@grep \
--exclude-dir=hack \
--exclude=Makefile \
--exclude-dir=.git \
--exclude-dir=bin \
--text \
--color \
-nRo -E ' TODO:.*|SkipNow' .
-nRo -E " *[^\.]TODO.*|SkipNow" .

0 comments on commit a23df01

Please sign in to comment.