-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.golangci.yaml
55 lines (54 loc) · 1.2 KB
/
.golangci.yaml
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
48
49
50
51
52
53
54
55
linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- dupl
- exportloopref
- goconst
- gocritic
- gocyclo
- gofmt
- goimports
- goprintffuncname
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- prealloc
- revive
- rowserrcheck
- staticcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- unused
- whitespace
linters-settings:
depguard:
rules:
main:
allow:
- $gostd
- dagger.io/dagger
- github.com/aweris/gale
- github.com/spf13/cobra
- github.com/spf13/pflag
- github.com/cli/go-gh/v2
- github.com/Masterminds/semver/v3
- github.com/adrg/xdg
- github.com/rhysd/actionlint
- github.com/magefile/mage/sh
- github.com/julienschmidt/httprouter
- github.com/stretchr/testify/assert
- github.com/google/uuid
- github.com/caarlos0/env/v9
- github.com/go-git/go-git/v5
- github.com/dave/jennifer/jen
- github.com/Khan/genqlient/graphql
- github.com/99designs/gqlgen/graphql