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 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 , [ ] } ,
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 , [ ] } ,
You can’t perform that action at this time.
0 commit comments