Skip to content

Commit

Permalink
Adding a script that prints all YCM TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valloric committed Oct 7, 2013
1 parent bdd769d commit 967a4dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions print_todos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
ag \
--ignore gmock \
--ignore jedi/ \
--ignore OmniSharpServer \
--ignore testdata \
TODO \
cpp/ycm python autoload plugin

0 comments on commit 967a4dd

Please sign in to comment.