We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0608b commit eb8121cCopy full SHA for eb8121c
lib/mix/lib/mix/tasks/format.ex
@@ -498,7 +498,7 @@ defmodule Mix.Tasks.Format do
498
end
499
500
defp to_bullet_list(files) do
501
- Enum.map_join(files, "\n", &" * #{&1}")
+ Enum.map_join(files, "\n", &" * #{&1 |> to_string() |> Path.relative_to_cwd()}")
502
503
504
defp equivalent?(input, output) do
0 commit comments