Skip to content

Commit d6e572f

Browse files
committed
more project setup
1 parent f013ae7 commit d6e572f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.credo.exs

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
%{
2+
configs: [
3+
%{
4+
name: "default",
5+
files: %{
6+
included: ["lib/", "test/"],
7+
excluded: ["lib/tensorflow"]
8+
},
9+
checks: [
10+
# this check doesn't work correctly with binary pattern matching <<>>
11+
{Credo.Check.Consistency.SpaceAroundOperators, false}
12+
]
13+
}
14+
]
15+
}

coveralls.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"skip_files": [
3+
"lib/tensorflow",
4+
"lib/extensor/nif.ex"
5+
]
6+
}

0 commit comments

Comments
 (0)