Skip to content

Commit

Permalink
Merge pull request vim-syntastic#387 from marcparadise/erlang-otp-sup…
Browse files Browse the repository at this point in the history
…port

Add typical deps locations for includes
  • Loading branch information
scrooloose committed Nov 17, 2012
2 parents 0a7b21d + 02b22f8 commit 01340e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syntax_checkers/erlang_check_file.erl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ main([FileName]) ->
warn_export_vars,
strong_validation,
report,
{i, filename:dirname(FileName) ++ "/../include"}
{i, filename:dirname(FileName) ++ "/../include"},
{i, filename:dirname(FileName) ++ "/../deps"},
{i, filename:dirname(FileName) ++ "/../../../deps"}
]).

0 comments on commit 01340e4

Please sign in to comment.