Skip to content

Commit 9aaddb6

Browse files
committed
Better Code Hub config: better filtering, and specify what the tests are
1 parent 99a8967 commit 9aaddb6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.bettercodehub.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
exclude:
2-
- /Pods
2+
- /Pods/.*
33
languages:
4-
- swift
4+
- name: swift
5+
production:
6+
exclude:
7+
- .*Tests/.*
8+
test:
9+
include:
10+
- .*Tests/.*
11+

0 commit comments

Comments
 (0)