Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail lint goal if not empty #372

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

pavolloffay
Copy link
Member

Resolves #240

Signed-off-by: Pavol Loffay [email protected]

Signed-off-by: Pavol Loffay <[email protected]>
@codecov
Copy link

codecov bot commented Apr 10, 2019

Codecov Report

Merging #372 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #372   +/-   ##
=======================================
  Coverage   90.01%   90.01%           
=======================================
  Files          64       64           
  Lines        3076     3076           
=======================================
  Hits         2769     2769           
  Misses        207      207           
  Partials      100      100
Impacted Files Coverage Δ
pkg/account/main.go 100% <ø> (ø) ⬆️
pkg/storage/elasticsearch_secrets.go 92.39% <ø> (ø) ⬆️

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 2567ae1...469fc5d. Read the comment docs.

@pavolloffay pavolloffay requested a review from jpkrohling April 10, 2019 14:32
@@ -17,7 +17,7 @@ STORAGE_NAMESPACE ?= "${shell kubectl get sa default -o jsonpath='{.metadata.nam
ES_OPERATOR_NAMESPACE = openshift-logging

LD_FLAGS ?= "-X $(VERSION_PKG).version=$(OPERATOR_VERSION) -X $(VERSION_PKG).buildDate=$(VERSION_DATE) -X $(VERSION_PKG).defaultJaeger=$(JAEGER_VERSION)"
PACKAGES := $(shell go list ./cmd/... ./pkg/...)
PACKAGES := $(shell go list ./cmd/... ./pkg/... | grep -v elasticsearch/v1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C’est la vie...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oui c'est triste

@pavolloffay pavolloffay merged commit 20c68a9 into jaegertracing:master Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants