Egon Elbre
|
00b2e1a7d7
|
all: enable staticcheck (#2849)
* by having megacheck in disable it also disabled staticcheck
* fix closing body
* keep interfacer disabled
* hide bodies
* don't use deprecated func
* fix dead code
* fix potential overrun
* keep stylecheck disabled
* don't pass nil as context
* fix infinite recursion
* remove extraneous return
* fix data race
* use correct func
* ignore unused var
* remove unused consts
|
2019-08-22 13:40:15 +02:00 |
|
Jennifer Li Johnson
|
856b98997c
|
updates copyright 2018 to 2019 (#1133)
|
2019-01-24 15:15:10 -05:00 |
|
Natalie Villasana
|
d97e27ed80
|
removes a few todos (#867)
|
2018-12-17 13:11:29 -05:00 |
|
Egon Elbre
|
8e14d2cb94
|
Reduce ranger test output (#825)
|
2018-12-11 11:38:56 +02:00 |
|
Egon Elbre
|
2dbada73ab
|
Separate storj.io packages in imports (#481)
Format with goimports -w -local storj.io
Add flag to golang lint
Remove commented out imports as they mess with goimports
|
2018-10-16 14:43:44 +03:00 |
|
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 |
|
Jennifer Li Johnson
|
3230762041
|
Kademlia Routing Table (#164)
* adds comment
* runs deps
* creates boltdb kademlia routing table
* protobuf updates
* adds reverselist to mockkeyvaluestore interface
* xor wip
* xor wip
* fixes xor sort
* runs go fmt
* fixes
* goimports again
* trying to fix travis tests
* fixes mock tests
|
2018-07-30 15:25:18 -04:00 |
|
Bogdan Artemenko
|
d8e0317ec0
|
Test coverage ranger (#168)
* Fixed go panic for corner case
* Initial test coverage for ranger pkg
|
2018-07-27 11:31:27 -06:00 |
|