Skip to content

Commit 03f9c60

Browse files
committed
Excluse vendor file from CI check.
1 parent 101fee6 commit 03f9c60

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.codeclimate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ engines:
99
exclude_paths:
1010
- "Godeps"
1111
- "test_fixtures"
12+
- "vendor"
1213

1314
ratings:
1415
paths:

codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ignore:
22
- "**/inspection_methods.go"
3-
- "./test_fixtures/**"
3+
- "./test_fixtures/**"
4+
- "./vendor"

0 commit comments

Comments
 (0)