From 7536f3157cd7ca5ca3721a42e69e98740e3711fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:35:14 +0000 Subject: [PATCH] chore: sync files with beam-community/common-config --- .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, []},