Or for something in the Mix ecosystem the `credo` linting package (I always recommend, and it is very configurable) will by default yell at you when it finds TODO's in comments. :-)
On Thursday, October 6, 2016 at 7:11:10 AM UTC-6, Louis Pop wrote: > > Wonderful. Thanks Allen! > > On 6 October 2016 at 14:06, Allen Madsen <[email protected] > <javascript:>> wrote: > > ag -A TODO > > > > Finds all TODO's grouped by file and shows the following 2 lines (-A) > > for context. ag is specifically for searching code projects and > > respects .gitignore. > > Allen Madsen > > http://www.allenmadsen.com > > > > > > On Thu, Oct 6, 2016 at 8:39 AM, Louis Pop <[email protected] > <javascript:>> wrote: > >> Hello! > >> > >> I think this would be useful in any project, not just Elixir. It could > >> shell script that greps for TODOs, uses gitignore to select those > >> within the codebase, and then formats them nicely for the user to > >> view. > >> > >> Much better than making it Elixir specific :) > >> > >> Cheers, > >> Louis > >> > >> On 6 October 2016 at 13:21, Razvan Musetescu <[email protected] > <javascript:>> wrote: > >>> Is there any mix notes/todos feature that can show you the # TODO > comments > >>> you left in your project. > >>> I'm talking about something like rake notes which can be used in Ruby > and in > >>> Rails projects. > >>> Are there any plans to add this kind of feature? > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "elixir-lang-core" group. > >>> To unsubscribe from this group and stop receiving emails from it, send > an > >>> email to [email protected] <javascript:>. > >>> To view this discussion on the web visit > >>> > https://groups.google.com/d/msgid/elixir-lang-core/f6aa9775-e375-405d-a604-cd30e7864fb3%40googlegroups.com. > > > >>> For more options, visit https://groups.google.com/d/optout. > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups "elixir-lang-core" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > >> To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/CAM-pwt41N_reKuucrcUTuubNswFV8505ROjMFypjwz_Jrt3XwA%40mail.gmail.com. > > > >> For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > Groups "elixir-lang-core" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/CAK-y3CvjD3-WV-RpWm8k1cMV4wXXdpBQThf6yfYsdSObNypK%3DA%40mail.gmail.com. > > > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/953581b7-4a2d-4aab-ae01-8dd08054f520%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
