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 2e7bb9b commit e9bf5dfCopy full SHA for e9bf5df
lib/mix/lib/mix/tasks/format.ex
@@ -33,7 +33,7 @@ defmodule Mix.Tasks.Format do
33
to be used by this task. For example, `["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]`.
34
Patterns are expanded with `Path.wildcard/2`.
35
36
- * `:excludes` (a list of paths and patterns) - specifies the files to exclude from the
+ * `:excludes` (a list of paths and patterns) (since v1.19.0) - specifies the files to exclude from the
37
list of inputs to this task. For example, `["config/runtime.exs", "test/**/*.{ex,exs}"]`.
38
39
0 commit comments