Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLegault1 committed Dec 1, 2023
1 parent 626478f commit 057fef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@

# Naming
{CredoNaming.Check.Warning.AvoidSpecificTermsInModuleNames, terms: ["Manager", "Fetcher", "Builder", "Persister", "Serializer", ~r/^Helpers?$/i, ~r/^Utils?$/i]},
{CredoNaming.Check.Consistency.ModuleFilename,
excluded_paths: ["config", "mix.exs", "priv", "test/support"], acronyms: []}
{CredoNaming.Check.Consistency.ModuleFilename, excluded_paths: ["config", "mix.exs", "priv", "test/support"], acronyms: []}
],
disabled: [
{Credo.Check.Consistency.MultiAliasImportRequireUse, []},
Expand Down

0 comments on commit 057fef9

Please sign in to comment.