File tree Expand file tree Collapse file tree 3 files changed +9
-28
lines changed Expand file tree Collapse file tree 3 files changed +9
-28
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
- timeout : 10s
3
2
allow-parallel-runners : true
4
3
5
4
linters :
6
5
enable-all : true
7
6
disable :
8
- - depguard
9
- - gci
10
- - godox
11
- - gofmt
12
- - gofumpt
13
- - goheader
14
- - goimports
15
7
- varnamelen
8
+ - nonamedreturns
16
9
- exhaustivestruct
17
- - gocritic # it is bugged, ToDo: enable it back
18
- - errname # naming is too strict and is not observed in many places
19
- - golint # deprecated
20
- - importas # may be useful later, requires configuration
21
- - interfacer # deprecated
22
- - maligned # deprecated
23
- - misspell # we have IDE speller
24
- - scopelint # obsoleted, replaced by other linters
25
- - govet # invoked by the goland internally
26
- - tagliatelle # it isn't very handy to have such linter in a monorepo with a lot of different coding standards
27
- - nlreturn # there is wsl linter what implements the same checks
10
+ - gofumpt
11
+ - gci
28
12
29
13
issues :
30
14
max-issues-per-linter : 0
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ module github.com/GaijinEntertainment/go-exhaustruct/v2
2
2
3
3
go 1.18
4
4
5
- require golang.org/x/tools v0.1.10
5
+ require golang.org/x/tools v0.1.11
6
6
7
7
require (
8
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
8
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
9
9
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
10
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
11
10
)
Original file line number Diff line number Diff line change 1
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o =
2
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 /go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY =
1
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s =
2
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
3
3
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0 =
4
4
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5
- golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20 =
6
- golang.org/x/tools v0.1.10 /go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E =
7
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE =
8
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
5
+ golang.org/x/tools v0.1.11 h1:loJ25fNOEhSXfHrpoGj91eCUThwdNX6u24rO1xnNteY =
6
+ golang.org/x/tools v0.1.11 /go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4 =
You can’t perform that action at this time.
0 commit comments