Skip to content

Commit

Permalink
Add :report_cb to native metdata keys in MissedMetadataKeyInLoggerConfig
Browse files Browse the repository at this point in the history
Refs #1046
  • Loading branch information
rrrene committed Dec 18, 2023
1 parent 738a175 commit bed26e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Credo.Check.Warning.MissedMetadataKeyInLoggerConfig do
]

@logger_functions ~w(alert critical debug emergency error info notice warn warning metadata log)a
@native_logger_metadata_keys [:ansi_color]
@native_logger_metadata_keys [:ansi_color, :report_cb]

@doc false
@impl Credo.Check
Expand Down

0 comments on commit bed26e7

Please sign in to comment.