Skip to content

Commit 0272971

Browse files
committed
Update gradient task description
1 parent f30c39d commit 0272971

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/mix/tasks/gradient.ex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
defmodule Mix.Tasks.Gradient do
22
@moduledoc ~s"""
3-
This task compiles the mix project, collects files with dependencies, specify ast tree,
4-
and run Elixir checks and Gradualizer.
3+
This task compiles the mix project, collects files with dependencies, specifies Erlang AST,
4+
and type checks the Elixir code. For type checking, Gradualizer is used, but Gradient provides
5+
its own checker for Elixir-specific cases.
56
67
## Command-line options
78
@@ -29,9 +30,9 @@ defmodule Mix.Tasks.Gradient do
2930
* `--underscore-color ansicode` - set color for the underscored invalid code part
3031
in the fancy messages
3132
32-
Warning flags passed to this task are passed on to :gradualizer.
33+
Warning! Flags passed to this task are passed on to Gradualizer.
3334
"""
34-
@shortdoc "Runs gradient with default or project-defined flags"
35+
@shortdoc "Runs gradient with default or given options"
3536

3637
use Mix.Task
3738

0 commit comments

Comments
 (0)