Skip to content

Commit

Permalink
Move UtcNowTruncate to opt-in section for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 8, 2024
1 parent dd69577 commit cebc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
{Credo.Check.Refactor.RedundantWithClauseResult, []},
{Credo.Check.Refactor.RejectReject, []},
{Credo.Check.Refactor.UnlessWithElse, []},
{Credo.Check.Refactor.UtcNowTruncate, []},
{Credo.Check.Refactor.WithClauses, []},

#
Expand Down Expand Up @@ -165,6 +164,7 @@
disabled: [
#
# Checks scheduled for next check update (opt-in for now)
{Credo.Check.Refactor.UtcNowTruncate, []},

#
# Controversial and experimental checks (opt-in, just move the check to `:enabled`
Expand Down

0 comments on commit cebc5dd

Please sign in to comment.