Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/tasks/format.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Mix.Tasks.Format do
to be used by this task. For example, `["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]`.
Patterns are expanded with `Path.wildcard/2`.

* `: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
list of inputs to this task. For example, `["config/runtime.exs", "test/**/*.{ex,exs}"]`.
Patterns are expanded with `Path.wildcard/2`.

Expand Down