diff options
author | Euen <[email protected]> | 2015-03-18 12:30:09 -0300 |
---|---|---|
committer | Euen <[email protected]> | 2015-03-18 12:30:09 -0300 |
commit | 1a1915f8caab06860a8d14d17c184128dfea9acc (patch) | |
tree | 2f06069c0c86f164947446df58a7cc84531c0550 | |
parent | 5451df8416d89c42c30fd4d72eb0654cccbeff7f (diff) | |
download | erlang.mk-1a1915f8caab06860a8d14d17c184128dfea9acc.tar.gz erlang.mk-1a1915f8caab06860a8d14d17c184128dfea9acc.tar.bz2 erlang.mk-1a1915f8caab06860a8d14d17c184128dfea9acc.zip |
update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -538,6 +538,19 @@ Or: $ make triq t=cow_http_hd:prop_parse_accept ``` +Xref plugin +------------ + +This plugin is available by default. It adds the following +target: + +`xref` Erlang Xref Runner (inspired in rebar's rebar_xref) + +The `XREF_CONFIG` variable specifies the location of the +configuration file which holds the checks to be applied. +If there is no `xref.config` all `xref` checks will be +applied to the binaries located in the `/ebin` directory. + Contributing ------------ |