Selaa lähdekoodia

fix plugin docs: no longer splitting src and pkg deps in state

pull/31/head
Tristan Sloughter 10 vuotta sitten
vanhempi
commit
c705f9eff9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      doc/plugins.md

+ 1
- 1
doc/plugins.md Näytä tiedosto

@ -220,7 +220,7 @@ And then we can implement the switch to figure out what to search:
do(State) -> do(State) ->
Apps = case discovery_type(State) of Apps = case discovery_type(State) of
project -> rebar_state:project_apps(State); project -> rebar_state:project_apps(State);
deps -> rebar_state:project_apps(State) ++ rebar_state:src_deps(State)
deps -> rebar_state:project_apps(State) ++ rebar_state:all_deps(State)
end, end,
lists:foreach(fun check_todo_app/1, Apps), lists:foreach(fun check_todo_app/1, Apps),
{ok, State}. {ok, State}.

Ladataan…
Peruuta
Tallenna