We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f013ae7 commit d6e572fCopy full SHA for d6e572f
.credo.exs
@@ -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
@@ -0,0 +1,6 @@
+{
+ "skip_files": [
+ "lib/tensorflow",
+ "lib/extensor/nif.ex"
0 commit comments