This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
update plugins doc to remove include of rebar header
pull/21/head
Tristan Sloughter
10 years ago
parent
6914429bc6
commit
2e0ea8f8d2
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
doc/plugins.md
+ 0
- 2
doc/plugins.md
View File
@ -75,8 +75,6 @@ Open up the `src/provider_todo.erl` file and make sure you have the following sk
-export([init/1, do/1, format_error/1]).
-include_lib("rebar3/include/rebar.hrl").
-define(PROVIDER, todo).
-define(DEPS, [app_discovery]).
Write
Preview
Loading…
Cancel
Save