FedP2P/tracker/udp
Bora M. Alper 16176b762e
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 11:11:31 +10:00
..
announce.go Rewrite UDP tracker client 2021-06-22 22:36:43 +10:00
client.go Fix race in concurrent connects in UDP tracker 2021-06-27 11:57:28 +10:00
conn-client.go Add linter CI (#542) 2021-08-16 11:11:31 +10:00
dispatcher.go Trim UDP tracker client read allocations 2021-07-26 10:18:24 +10:00
options.go Rewrite UDP tracker client 2021-06-22 22:36:43 +10:00
protocol.go Add udp tracker scrape support 2021-06-24 23:13:35 +10:00
scrape.go Add udp tracker scrape support 2021-06-24 23:13:35 +10:00
timeout.go Rewrite UDP tracker client 2021-06-22 22:36:43 +10:00
timeout_test.go Rewrite UDP tracker client 2021-06-22 22:36:43 +10:00
transaction.go Rewrite UDP tracker client 2021-06-22 22:36:43 +10:00
udp_test.go Rearrange some tracker tests and files 2021-06-22 23:32:27 +10:00