diff --git a/lib/credo/check/refactor/variable_rebinding.ex b/lib/credo/check/refactor/variable_rebinding.ex index 14d74c5fa..fc559273a 100644 --- a/lib/credo/check/refactor/variable_rebinding.ex +++ b/lib/credo/check/refactor/variable_rebinding.ex @@ -38,7 +38,12 @@ defmodule Credo.Check.Refactor.VariableRebinding do params! = do_yet_another_thing(params!) end """ - @explanation [check: @checkdoc] + @explanation [ + check: @checkdoc, + params: [ + allow_bang: "Variables with a bang suffix will be ignored." + ] + ] use Credo.Check