diff --git a/.credo.exs b/.credo.exs index eb8b190a7..e670aab20 100644 --- a/.credo.exs +++ b/.credo.exs @@ -33,7 +33,7 @@ # If you want to enforce a style guide and need a more traditional linting # experience, you can change `strict` to `true` below: # - strict: false, + strict: true, # # If you want to use uncolored output by default, you can change `color` # to `false` below: @@ -160,6 +160,7 @@ # {Credo.Check.Warning.LazyLogging, false}, {Credo.Check.Refactor.MapInto, false}, + {Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, false} ] } ]