File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 114
114
[
115
115
order:
116
116
~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 ]
118
119
] } ,
119
120
{ Credo.Check.Readability.StringSigils , [ ] } ,
120
121
{ Credo.Check.Readability.TrailingBlankLine , [ ] } ,
158
159
{ Credo.Check.Warning.MapGetUnsafePass , [ ] } ,
159
160
# disabling this check by default, as if not included, it will be
160
161
# run on version 1.7.0 and above
161
- { Credo.Check.Warning.MissedMetadataKeyInLoggerConfig , false } ,
162
+ { Credo.Check.Warning.MissedMetadataKeyInLoggerConfig , [ ] } ,
162
163
{ Credo.Check.Warning.MixEnv , [ ] } ,
163
164
{ Credo.Check.Warning.OperationOnSameValues , [ ] } ,
164
165
{ Credo.Check.Warning.OperationWithConstantResult , [ ] } ,
You can’t perform that action at this time.
0 commit comments