Skip to content

Commit 7536f31

Browse files
chore: sync files with beam-community/common-config
1 parent f7530ed commit 7536f31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.credo.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
[
115115
order:
116116
~w(moduledoc behaviour use import require alias module_attribute defstruct callback macrocallback optional_callback)a,
117-
ignore: [:type]
117+
ignore: [:type],
118+
ignore_module_attributes: [:tag, :trace]
118119
]},
119120
{Credo.Check.Readability.StringSigils, []},
120121
{Credo.Check.Readability.TrailingBlankLine, []},
@@ -158,7 +159,7 @@
158159
{Credo.Check.Warning.MapGetUnsafePass, []},
159160
# disabling this check by default, as if not included, it will be
160161
# run on version 1.7.0 and above
161-
{Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, false},
162+
{Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, []},
162163
{Credo.Check.Warning.MixEnv, []},
163164
{Credo.Check.Warning.OperationOnSameValues, []},
164165
{Credo.Check.Warning.OperationWithConstantResult, []},

0 commit comments

Comments
 (0)