We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69048e5 + 25a8e0a commit 47cad6bCopy full SHA for 47cad6b
lib/credo/check.ex
@@ -707,7 +707,7 @@ defmodule Credo.Check do
707
708
priority = Priority.to_integer(issue_priority)
709
710
- exit_status_or_category = Params.exit_status(params, check) || issue_category
+ exit_status_or_category = opts[:exit_status] || Params.exit_status(params, check) || issue_category
711
exit_status = Check.to_exit_status(exit_status_or_category)
712
713
line_no = opts[:line_no]
0 commit comments