Skip to content

Commit

Permalink
Revert "chore: Bump credo from 1.6.7 to 1.7.5 (#769)" (#848)
Browse files Browse the repository at this point in the history
This reverts commit 749a74f.
  • Loading branch information
cmaddox5 authored Dec 31, 2024
1 parent 749a74f commit fe58df9
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 56 deletions.
8 changes: 0 additions & 8 deletions .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
{Credo.Check.Warning.BoolOperationOnSameValues},
{Credo.Check.Warning.IExPry},
{Credo.Check.Warning.IoInspect},
{Credo.Check.Warning.MissedMetadataKeyInLoggerConfig,
[
files: %{excluded: ["**/*_test.exs"]},
metadata_keys:
"apps/api_web/config/prod.exs"
|> Config.Reader.read!()
|> get_in([:logger, :console, :metadata])
]},
{Credo.Check.Warning.OperationOnSameValues},
{Credo.Check.Warning.OperationWithConstantResult},
{Credo.Check.Warning.UnusedEnumOperation},
Expand Down
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Used by "mix format"
[
inputs: ["{mix,.credo}.exs", "apps/*/{config,lib,test}/**/*.{heex,ex,exs}"],
inputs: ["mix.exs", "apps/*/{config,lib,test}/**/*.{heex,ex,exs}"],
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
rename_deprecated_at: "1.14.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit fe58df9

Please sign in to comment.