-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy path.wwhrd.yml
47 lines (45 loc) · 1.22 KB
/
.wwhrd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
blacklist:
- GPL-2.0
- GPL-3.0
whitelist:
- 0BSD
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- ISC
- JSON
- MIT
- MPL-2.0
- MPL-2.0-no-copyleft-exception
- NewBSD
- FreeBSD
exceptions: # Exclude all tools and tool dependencies
- "github.com/client9/misspell/cmd/misspell"
- "github.com/frapposelli/wwhrd"
- "github.com/fzipp/gocyclo"
- "github.com/golangci/..."
- "github.com/gordonklaus/ineffassign"
- "github.com/goware/modvendor"
- "github.com/shuLhan/go-bindata/..."
- "github.com/stretchr/testify"
- "golang.org/x/lint/golint"
- "golang.org/x/mobile/..."
- "golang.org/x/perf/..."
- "golang.org/x/tools/..."
- "gotest.tools/gotestsum/..."
- "honnef.co/go/tools/..."
- "github.com/OpenPeeDeeP/depguard"
- "mvdan.cc/interfacer/check"
- "mvdan.cc/lint"
- "mvdan.cc/unparam/check"
- "github.com/ryancurrah/gomodguard"
- "github.com/ryanuber/go-license"
- "github.com/nbutton23/zxcvbn-go"
- "github.com/go-lintpack/lintpack/..."
- "github.com/gostaticanalysis/analysisutil"
- "github.com/kisielk/gotool"
- "github.com/maratori/testpackage/pkg/testpackage"
- "github.com/matoous/godox"
- "github.com/go-critic/go-critic/checkers/..."
- "golang.org/x/mod/..."