From: Haelwenn (lanodan) Monnier Date: Sun, 10 Feb 2019 21:56:47 +0000 (+0100) Subject: .credo.exs: Add test directory as well X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=89b6f255b4f3732182bd7b167c95fa87ccc31d33;p=akkoma .credo.exs: Add test directory as well --- diff --git a/.credo.exs b/.credo.exs index 94e19c4b5..580cb2705 100644 --- a/.credo.exs +++ b/.credo.exs @@ -19,7 +19,7 @@ # # You can give explicit globs or simply directories. # In the latter case `**/*.{ex,exs}` will be used. - included: ["lib/", "src/", "web/", "apps/"], + included: ["lib/", "src/", "web/", "apps/", "test/"], excluded: [~r"/_build/", ~r"/deps/"] }, #