Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Fix metalinter warnings and add to CI #298

Merged
merged 5 commits into from
Aug 30, 2017
Merged

Conversation

adrianbrink
Copy link

@adrianbrink adrianbrink commented Aug 29, 2017

closes #196
ports #297

  • will be documented in coding repo and eventually standardized across the stack

@adrianbrink adrianbrink changed the title Feature/metalinter Fix metalinter warnings and add to CI Aug 29, 2017
@adrianbrink
Copy link
Author

@zramsay The linters take to much memory. We only have up to 4GB on CircleCI.

Either we have to turn off some linters, upgrade CircleCI to a paid plan or turn of the linting for every PR.

What do you think is the best approach?

@zramsay zramsay force-pushed the feature/metalinter branch from a0417d7 to 0343c87 Compare August 29, 2017 20:53
@codecov
Copy link

codecov bot commented Aug 29, 2017

Codecov Report

Merging #298 into develop will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #298   +/-   ##
========================================
  Coverage    24.91%   24.91%           
========================================
  Files           11       11           
  Lines          578      578           
========================================
  Hits           144      144           
  Misses         410      410           
  Partials        24       24
Impacted Files Coverage Δ
cmd/utils/utils.go 9.09% <0%> (ø) ⬆️
ethereum/node.go 76% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73a30d7...0343c87. Read the comment docs.

@zramsay
Copy link
Contributor

zramsay commented Aug 29, 2017

We'll turn off for now and wait until someone beef's up the CI across the stack (according to bucky)

@adrianbrink adrianbrink merged commit 9f8aeba into develop Aug 30, 2017
@adrianbrink adrianbrink deleted the feature/metalinter branch August 30, 2017 06:23
adrianbrink pushed a commit that referenced this pull request Oct 22, 2017
* linting: address some checks

* add nolint warnings; remove duplicate megacheck from Makefile

* add metalinter to CI, closes #196

* Run metalinter on travis

* metalinter: don't run on CI yet
adrianbrink pushed a commit that referenced this pull request Oct 22, 2017
* linting: address some checks

* add nolint warnings; remove duplicate megacheck from Makefile

* add metalinter to CI, closes #196

* Run metalinter on travis

* metalinter: don't run on CI yet
adrianbrink pushed a commit that referenced this pull request Oct 22, 2017
* linting: address some checks

* add nolint warnings; remove duplicate megacheck from Makefile

* add metalinter to CI, closes #196

* Run metalinter on travis

* metalinter: don't run on CI yet
adrianbrink pushed a commit that referenced this pull request Oct 22, 2017
* linting: address some checks

* add nolint warnings; remove duplicate megacheck from Makefile

* add metalinter to CI, closes #196

* Run metalinter on travis

* metalinter: don't run on CI yet
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants