From 5424b279300532a892f10063170c88d79a9a1e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 1 Oct 2024 15:01:31 +0200 Subject: [PATCH] Remove unnecessary legacy documentation --- README.legacy.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.legacy.md b/README.legacy.md index 38b90e303..2c0f097f7 100644 --- a/README.legacy.md +++ b/README.legacy.md @@ -20,16 +20,3 @@ will be compiled into `a_b_templatename_dtl.beam`. Additional ErlyDTL options can be specified as a comma-separated list by defining the `DTL_OPTS` variable. Those options will be prepended to the options specified by the plugin itself. - -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.