Skip to content

Commit 2980e04

Browse files
Ignore example directory for dependency checks
In order to avoid having none code dependency used we ignore the packages under the example directory.
1 parent 8ca50cd commit 2980e04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gopkg.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
required = [
22
"github.com/golang/mock/mockgen"
33
]
4+
ignored = [
5+
"github.com/hellofresh/goengine/example/*"
6+
]
47

58
[[override]]
69
name = "gopkg.in/fsnotify.v1"

0 commit comments

Comments
 (0)