Skip to content

Commit 36ec08e

Browse files
eksperimentaljosevalim
authored andcommitted
Fix warning message in app requirement (#10417)
It was missing a closing square bracket. Previously it was saying 3. In case you don't want to add a requirement to :crypto, you may optionally skip this warning by adding [xref: [exclude: :crypto] to your "def project" in mix.exs Now 3. In case you don't want to add a requirement to :crypto, you may optionally skip this warning by adding [xref: [exclude: :crypto]] to your "def project" in mix.exs
1 parent ae0ac9b commit 36ec08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/compilers/application_tracer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ defmodule Mix.Compilers.ApplicationTracer do
120120
in your mix.exs
121121
122122
3. In case you don't want to add a requirement to :#{app}, you may \
123-
optionally skip this warning by adding [xref: [exclude: #{inspect(module)}] \
123+
optionally skip this warning by adding [xref: [exclude: #{inspect(module)}]] \
124124
to your "def project" in mix.exs
125125
"""
126126
end

0 commit comments

Comments
 (0)