Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | Add deps as erlang-flymake include directory. | Kevin Albrecht | |
Update erlang-flymake to recognize the "deps" folder as an include directory. This makes erlang-flymake compatible with the rebar dependency management tool's default folder structure, which puts included dependencies in "deps". Considered additionally adding deps/*/include, deps/*/ebin, and deps/*/src as include directories, but erlc's -I command line option does not support wildcards. | |||
2010-06-01 | erlang-flymake: Make the syntax check command configurable | Klas Johansson | |
2010-06-01 | erlang-flymake: By default pass <app>/include and <app>/ebin to compiler | Klas Johansson | |
Hopefully this covers at least some of the common cases and makes the flymake support more usable as is. The purpose of including the ebin directory is to support things like behaviours and parse transforms. | |||
2010-06-01 | erlang-flymake: Syntax check erlang code on the fly (using flymake) | Klas Johansson | |