Skip to content

A rebar3 plugin that scans source code for TODO notes

Notifications You must be signed in to change notification settings

ferd/rebar3_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

rebar3_todo

A plugin to detect TODOs left in comments

Use

Add the plugin to your rebar config:

{plugins, [
    {rebar3_todo, {git, "https://github.com/ferd/rebar3_todo.git", {branch, "master"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 todo

About

A rebar3 plugin that scans source code for TODO notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages