https://github.com/ferd/rebar3_todo
A rebar3 plugin that scans source code for TODO notes
https://github.com/ferd/rebar3_todo
Last synced: 4 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T14:46:53.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T06:28:41.931Z (8 months ago)
- Language: Erlang
- Size: 4.88 KB
- Stars: 4
- Watchers: 0
- 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