remove duplicatedCode check

pull/2432/head
Ayrat Badykov 5 years ago
parent c360439be9
commit 572a753ead
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      .credo.exs

@ -89,7 +89,7 @@
# or the `schema` macro in Ecto schemas to trigger DuplicatedCode, just
# set the `excluded_macros` parameter to `[:schema, :setup, :test]`.
#
{Credo.Check.Design.DuplicatedCode, excluded_macros: []},
{Credo.Check.Design.DuplicatedCode, false},
# You can also customize the exit_status of each check.
# If you don't want TODO comments to cause `mix credo` to fail, just

Loading…
Cancel
Save