Packages

Mix task that analyzes your xref graph to find modules causing excessive recompilation, and helps you fix them.

Current section

Files

Jump to
recompile_buster lib recompile_buster.ex
Raw

lib/recompile_buster.ex

defmodule RecompileBuster do
@moduledoc """
Mix task that analyzes your xref graph to find modules causing excessive
recompilation, and helps you fix them.
See `Mix.Tasks.RecompileBuster` for usage.
"""
end