https://github.com/ferd/rebar3_todo
A rebar3 plugin that scans source code for TODO notes
https://github.com/ferd/rebar3_todo
Last synced: 19 days ago
JSON representation
A rebar3 plugin that scans source code for TODO notes
- Host: GitHub
- URL: https://github.com/ferd/rebar3_todo
- Owner: ferd
- Created: 2017-12-15T17:20:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T14:46:53.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:26:50.548Z (about 1 month ago)
- Language: Erlang
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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