From 78ca7045c5718b6fc4152a78f0759799a2febb14 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:43:14 -0400 Subject: [PATCH] chore: sync files with beam-community/common-config (#331) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .credo.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.credo.exs b/.credo.exs index f078317b..522b36ae 100644 --- a/.credo.exs +++ b/.credo.exs @@ -114,7 +114,8 @@ [ order: ~w(moduledoc behaviour use import require alias module_attribute defstruct callback macrocallback optional_callback)a, - ignore: [:type] + ignore: [:type], + ignore_module_attributes: [:tag, :trace] ]}, {Credo.Check.Readability.StringSigils, []}, {Credo.Check.Readability.TrailingBlankLine, []}, @@ -158,7 +159,7 @@ {Credo.Check.Warning.MapGetUnsafePass, []}, # disabling this check by default, as if not included, it will be # run on version 1.7.0 and above - {Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, false}, + {Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, []}, {Credo.Check.Warning.MixEnv, []}, {Credo.Check.Warning.OperationOnSameValues, []}, {Credo.Check.Warning.OperationWithConstantResult, []},