소스 검색

Change wording in application linting to be more clear

pull/2035/head
Justin Wood 6 년 전
부모
커밋
1fa0503fc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_app_utils.erl

+ 1
- 1
src/rebar_app_utils.erl 파일 보기

@ -136,7 +136,7 @@ lint_applications(AppDetail, AppFile) ->
?WARN("~p is missing stdlib from applications list", [AppFile]);
true -> ok
end;
_ -> ?WARN("~p requires a list for applications key", [AppFile])
_ -> ?WARN("~p requires a list for applications value", [AppFile])
end.
%% @doc parses all dependencies from the root of the project

불러오는 중...
취소
저장