prysm-pulse/shared/p2p
frederickalcantara a170c69653 upgrading linter from gometalinter to golangci-lint (#2100)
* upgrading linter from gometalinter to golangci-lint

* fixed golangci-lint linting

* removed linting before_script command

* removed disable-all command

* Fixed golang config file

* fixed golang config file v2

* removed gosec issue rule

* formatting

* fixed travis build to run golangci-lint

* Add install golangci-lint command

* fixing golangci-lint script

* removed https://

* Added golangci-lint cmd script

* added go get for local lint install

* created a before_script

* add install before script

* Added get script

* added go mod download

* removed go mod downloads

* changed

* removed before script

* Added before script go get lint

* added exit zero to see what went wrong

* removed golang run script

* removed before script

* change lint command

* verbose output

* removed verbose

* change linter enable and disable configuration

* Update .golangci.yml

Removed gotype as a linter

* Update .golangci.yml

Added typecheck linter

* Update .golangci.yml

Added fixed lint version

* Update .golangci.yml

Added gotype

* Update .golangci.yml

Added typecheck

* removed env:lint

* Added env lint

* fixing lint upgrade

* Changing travis configuration

* FIxed spelling errors

* disabled typecheck

* Enabled typecheck

* remove binary

* Deleting lib binary

* adding more linters

* fixed constants

* fix spelling

* fixed all lint issues

* Revert "Changing travis configuration"

This reverts commit 334afe9d05e96261b01f275aa3ada20e7f36aac4.

* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into update-linter

* Changed from Infof to Info

* Fixing commits

* fixing commits with linter config

* added install

* Fixing

* fix log statement
2019-04-26 14:24:01 +08:00
..
adapter Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
mock Fix travis (#1493) 2019-02-05 10:46:32 -05:00
addr_factory_test.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
addr_factory.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
BUILD.bazel Add feature flag to toggle gossip sub in p2p (#2322) 2019-04-21 13:31:23 -04:00
dial_relay_node_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
dial_relay_node.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
discovery_norace_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
discovery.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
feed_example_test.go Add support for connecting via relay nodes (#827) 2018-11-25 11:55:02 -05:00
feed_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
feed.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
interfaces.go Use imported interfaces in sync package (#2032) 2019-03-19 17:07:49 -06:00
message_test.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
message.go p2p fixes / improvements (#1931) 2019-03-07 21:37:15 -05:00
monitoring_test.go Reconnect to VIP peers (#2070) 2019-03-25 10:36:44 -05:00
monitoring.go Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
options_test.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
options.go Added flag for p2p port (#968) 2018-11-26 10:54:02 +08:00
p2p.go Fix Travis Failures on Master (#1938) 2019-03-07 23:54:41 -05:00
register_topic_example_test.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
service_norace_test.go upgrading linter from gometalinter to golangci-lint (#2100) 2019-04-26 14:24:01 +08:00
service_test.go upgrading linter from gometalinter to golangci-lint (#2100) 2019-04-26 14:24:01 +08:00
service.go Hardcoded Bootstrap + Relay Nodes (#2359) 2019-04-23 15:30:59 -05:00