.credo.exs: Add test directory as well
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 10 Feb 2019 21:56:47 +0000 (22:56 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 10 Feb 2019 21:56:47 +0000 (22:56 +0100)
.credo.exs

index 94e19c4b5b0710298bbab058f924004a25185d13..580cb270539657347a93c6853ab5c01565ef8ac6 100644 (file)
@@ -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/"]
       },
       #