This website requires JavaScript.
Explore
Help
Sign In
status-im
/
torrent
mirror of
Watch
2
Star
0
Fork
You've already forked torrent
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
torrent
/
.golangci.yml
9 lines
120 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Add linter CI (#542) * Add linter CI Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make gosec CI ignore SHA1 and upload sarif Signed-off-by: Bora M. Alper <bora@boramalper.org> * Fix formatting of source files Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make go vet ignore unkeyed composite literals and fix other warnings Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make staticcheck ignore unused methods and fix other warnings Signed-off-by: Bora M. Alper <bora@boramalper.org> * Use golangci-lint Signed-off-by: Bora M. Alper <bora@boramalper.org>
2021-08-16 01:11:31 +00:00
linters-settings
:
staticcheck
:
Update staticcheck go target to 1.16
2021-08-19 06:06:24 +00:00
go
:
"1.16"
Add linter CI (#542) * Add linter CI Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make gosec CI ignore SHA1 and upload sarif Signed-off-by: Bora M. Alper <bora@boramalper.org> * Fix formatting of source files Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make go vet ignore unkeyed composite literals and fix other warnings Signed-off-by: Bora M. Alper <bora@boramalper.org> * Make staticcheck ignore unused methods and fix other warnings Signed-off-by: Bora M. Alper <bora@boramalper.org> * Use golangci-lint Signed-off-by: Bora M. Alper <bora@boramalper.org>
2021-08-16 01:11:31 +00:00
checks
:
[
"all"
,
"-U1000"
]
govet
:
disable
:
-
composites