Skip to content

Commit e9bf5df

Browse files
vanderhoopjosevalim
authored andcommitted
Update documentation for formatter's :excludes option (#14842)
1 parent 2e7bb9b commit e9bf5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule Mix.Tasks.Format do
3333
to be used by this task. For example, `["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]`.
3434
Patterns are expanded with `Path.wildcard/2`.
3535
36-
* `:excludes` (a list of paths and patterns) - specifies the files to exclude from the
36+
* `:excludes` (a list of paths and patterns) (since v1.19.0) - specifies the files to exclude from the
3737
list of inputs to this task. For example, `["config/runtime.exs", "test/**/*.{ex,exs}"]`.
3838
Patterns are expanded with `Path.wildcard/2`.
3939

0 commit comments

Comments
 (0)