Mix v1.3.2 Mix.Tasks.Compile.Xref
Performs remote dispatch checking.
When this task runs, it will check the modification time of the :elixir
compiler manifest. If it has changed, mix xref
will be run to check remote
dispatches. You can force checking regardless of modification time by passing
the --force
option.
Command line options
--force
- forces checking regardless of modification time--warnings-as-errors
- treat warnings as errors and return a non-zero exit code