Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:Eiji7/credo into Eiji7-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Nov 4, 2024
2 parents f53941c + b408c22 commit 6ca48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/check/params.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule Credo.Check.Params do

@doc false
def category(params, check_mod) do
params[:__category__] || params[:category] || check_mod.category
params[:__category__] || params[:category] || check_mod.category()
end

@doc false
Expand Down

0 comments on commit 6ca48ad

Please sign in to comment.