Skip to content

Commit

Permalink
Exclude Moduledoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Feb 10, 2024
1 parent cb9aeff commit 956983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/recode/config.ex
Expand Up @@ -13,7 +13,7 @@ defmodule Recode.Config do

# The minimum version of the config to run recode. This version marks the last
# breaking change for handle the config.
@config_min_version "0.7.2"
@config_min_version "0.7.1"

@config_keys [:version, :autocorrect, :dry, :verbose, :inputs, :formatters, :tasks, :color]

Expand All @@ -34,7 +34,7 @@ defmodule Recode.Config do
{Recode.Task.EnforceLineLength, [active: false]},
{Recode.Task.FilterCount, []},
{Recode.Task.IOInspect, [autocorrect: false]},
{Recode.Task.Moduledoc, []},
# {Recode.Task.Moduledoc, []},
{Recode.Task.Nesting, []},
{Recode.Task.PipeFunOne, []},
{Recode.Task.SinglePipe, []},
Expand Down

0 comments on commit 956983c

Please sign in to comment.