You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throws an unbound_var exception on Vsn. Changing the period to a comma works around it, though for long files with many preparations it can be clunky to chain so many sentences that could be kept separate (rebar allows for this).
Nevertheless, this also happens for the explicitly available variables CONFIG and SCRIPT provided by rebar3 itself. They are also cause of an unbound_var error.
The text was updated successfully, but these errors were encountered:
Running elvis on a rebar.config.script such as:
throws an
unbound_var
exception onVsn
. Changing the period to a comma works around it, though for long files with many preparations it can be clunky to chain so many sentences that could be kept separate (rebar allows for this).Nevertheless, this also happens for the explicitly available variables
CONFIG
andSCRIPT
provided by rebar3 itself. They are also cause of anunbound_var
error.The text was updated successfully, but these errors were encountered: