Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 664dacd

Browse files
committed
Issue #93: exclude vendor folder from bettercodehub analysis
1 parent d65cecf commit 664dacd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bettercodehub.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
component_depth: 1
2+
languages:
3+
- go
4+
exclude:
5+
- /vendor/.*

0 commit comments

Comments
 (0)