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 db534be commit 62bd7e4Copy full SHA for 62bd7e4
lib/credo/check/refactor/redundant_with_clause_result.ex
@@ -27,8 +27,6 @@ defmodule Credo.Check.Refactor.RedundantWithClauseResult do
27
28
alias Credo.Code.Block
29
30
- require Logger
31
-
32
@redundant_with "`with` statement is redundant."
33
@redundant_clause "Last clause in `with` is redundant."
34
lib/credo/plugin.ex
@@ -29,8 +29,6 @@ defmodule Credo.Plugin do
"""
- require Credo.Execution
pipeline_main_group_names_as_bullet_list = """
35
- `:parse_cli_options`
36
- `:initialize_plugins`
0 commit comments