serverless / event-gateway

React to any event with serverless functions across clouds
https://www.serverless.com/event-gateway
Apache License 2.0
1.65k stars 97 forks source link

Relace gometalinter with golangci-lint. Closes #493 #505

Closed mthenw closed 6 years ago

mthenw commented 6 years ago

New faster linter 🎉

codecov[bot] commented 6 years ago

Codecov Report

Merging #505 into master will decrease coverage by 0.02%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #505      +/-   ##
==========================================
- Coverage   71.01%   70.98%   -0.03%     
==========================================
  Files          37       37              
  Lines        2201     2199       -2     
==========================================
- Hits         1563     1561       -2     
  Misses        575      575              
  Partials       63       63
Impacted Files Coverage Δ
httpapi/config.go 0% <0%> (ø) :arrow_up:
httpapi/httpapi.go 90.52% <100%> (ø) :arrow_up:
libkv/cors.go 86.95% <100%> (ø) :arrow_up:
providers/awssqs/awssqs.go 79.54% <100%> (ø) :arrow_up:
libkv/eventtype.go 86.04% <100%> (ø) :arrow_up:
libkv/subscription.go 89.02% <100%> (ø) :arrow_up:
event/event.go 80.91% <100%> (-0.29%) :arrow_down:
libkv/function.go 83.9% <100%> (ø) :arrow_up:

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 ca76f54...94a8850. Read the comment docs.