forked from AkkomaGang/akkoma
.credo.exs: Add test directory as well
This commit is contained in:
parent
06c4935c11
commit
89b6f255b4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# You can give explicit globs or simply directories.
|
# You can give explicit globs or simply directories.
|
||||||
# In the latter case `**/*.{ex,exs}` will be used.
|
# 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/"]
|
excluded: [~r"/_build/", ~r"/deps/"]
|
||||||
},
|
},
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue