prysm-pulse/beacon-chain/core/helpers
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
..
BUILD.bazel Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
committee_test.go Enable Committee Cache By Default (#2323) 2019-04-22 06:37:42 -07:00
committee.go upgrading linter from gometalinter to golangci-lint (#2100) 2019-04-26 14:24:01 +08:00
deposits_test.go Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
deposits.go Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -06:00
randao_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
randao.go Update some of client to v0.3 spec (#1733) 2019-02-27 12:21:15 -08:00
rewards_penalties_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
rewards_penalties.go Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
slot_epoch_test.go remove unused funcs and vars (#2214) 2019-04-08 16:29:02 +10:00
slot_epoch.go remove unused funcs and vars (#2214) 2019-04-08 16:29:02 +10:00
validators_test.go Fix active validator indices for shuffling (#2101) 2019-03-28 15:31:46 -07:00
validators.go Remove Next Epoch Registry Change Checks (#1761) 2019-02-28 07:27:43 -08:00