storj/pkg/telemetry
Egon Elbre 0f5a2f4ef5 Enable more linters (#272)
* enable more linters

* Run gofmt -s

* run goimports

* run unconvert

* fix naked return

* fix misspellings

* fix ineffectual assigments

* fix missing declaration

* don't use deprecated grpc.Errof

* check errors in tests

* run gofmt -w -r "assert.Nil(err) -> assert.NoError(err)"

* fix directory permissions

* don't use nil Context

* simplify boolean expressions

* use bytes.Equal instead of bytes.Compare

* merge variable declarations, remove redundant returns

* fix some golint errors

* run goimports

* handle more errors

* delete empty TestMain

* delete empty TestMain

* ignore examples for now

* fix lint errors

* remove unused values

* more fixes

* run gofmt -w -s .

* add more comments

* fix naming

* more lint fixes

* try switching travis to go1.11

* fix unnecessary conversions

* fix deprecated methods

* use go1.10 and disable gofmt/goimports for now

* switch to 1.10

* don't re-enable gofmt and goimports

* switch covermode to atomic because of -race

* gofmt
2018-08-27 11:28:16 -06:00
..
client_test.go added assertion for unused errors (#152) 2018-07-27 11:01:21 -06:00
client.go Unit Tests for logging.go added (#148) 2018-07-19 15:41:29 -04:00
common.go pkg/telemetry: telemetry package using zeebo/admission (#26) 2018-05-07 14:03:40 -04:00
mock_client_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
mock_Context_test.go Unit Tests for logging.go added (#148) 2018-07-19 15:41:29 -04:00
server_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
server.go Errcheck (#133) 2018-07-16 15:22:34 -04:00
tm_test.go Preliminary support for windows (#266) 2018-08-23 10:05:56 +03:00
utils_test.go Unit Tests for logging.go added (#148) 2018-07-19 15:41:29 -04:00
utils.go pkg/process: add pkg/telemetry plumbing (#47) 2018-05-30 10:03:44 -04:00