Skip to content

Commit

Permalink
fix: update .credo.exs file to pass formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Jan 18, 2024
1 parent 2dcdca7 commit 5e79334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{Credo.Check.Warning.UnusedPathOperation, []},
{Credo.Check.Warning.UnusedRegexOperation, []},
{Credo.Check.Warning.UnusedStringOperation, []},
{Credo.Check.Warning.UnusedTupleOperation, []},
{Credo.Check.Warning.UnusedTupleOperation, []}
]
}
]
Expand Down

0 comments on commit 5e79334

Please sign in to comment.