Pārlūkot izejas kodu

also ignore 'default' for profile warnings

pull/2368/head
Fred Hebert pirms 4 gadiem
vecāks
revīzija
7eb983b822
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/rebar_prv_as.erl

+ 2
- 1
src/rebar_prv_as.erl Parādīt failu

@ -104,4 +104,5 @@ warn_on_empty_profile(Profiles, State) ->
[?WARN("No entry for profile ~ts in config.", [Profile])
|| Profile <- Profiles,
not lists:keymember(list_to_atom(Profile), 1, DefinedProfiles),
Profile =/= "global"].
Profile =/= "global", Profile =/= "default"],
ok.

Notiek ielāde…
Atcelt
Saglabāt