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

Refactor: remove ContinueWithError #630

Merged
merged 7 commits into from
Aug 10, 2020
Merged

Conversation

yoavrotems
Copy link
Contributor

Remove Continue with error function

Remove Continue with error function
@yoavrotems
Copy link
Contributor Author

Copy link
Contributor

@lizrice lizrice left a comment

Choose a reason for hiding this comment

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

Suggested a small change to keep the behaviour identical

cmd/util.go Outdated Show resolved Hide resolved
@lizrice
Copy link
Contributor

lizrice commented Jun 25, 2020

@yoavrotems Please can you revisit the name of this PR? Something like "Refactor: remove ContinueWithError" would be more meaningful to someone else looking at the PR list

@yoavrotems yoavrotems changed the title Update util.go Refactor: remove ContinueWithError Jun 25, 2020
@yoavrotems
Copy link
Contributor Author

@lizrice I changed but apparently didn't apply my change...

yoavrotems and others added 6 commits June 25, 2020 18:29
Co-authored-by: Liz Rice <liz@lizrice.com>
Remove unnecessary ')'
removed fmt.Fprintf(os.Stderr, "%s: %s", cmd.Args, err) since it wasn't suppose to print.
option --no-ri and --no-doc are deprecated we have to use --no-document instead.
rubygems/heroku-buildpack-bundler2#1 (comment)
@codecov
Copy link

codecov bot commented Aug 3, 2020

Codecov Report

Merging #630 into master will increase coverage by 3.83%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
+ Coverage   65.57%   69.41%   +3.83%     
==========================================
  Files          12       12              
  Lines        1101     1213     +112     
==========================================
+ Hits          722      842     +120     
+ Misses        339      333       -6     
+ Partials       40       38       -2     
Impacted Files Coverage Δ
cmd/util.go 74.87% <0.00%> (+2.19%) ⬆️
cmd/common.go 47.41% <0.00%> (+0.85%) ⬆️
check/check.go 83.33% <0.00%> (+3.33%) ⬆️
check/test.go 94.98% <0.00%> (+4.30%) ⬆️

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 52ebfa5...a9eac86. Read the comment docs.

Copy link
Contributor

@lizrice lizrice left a comment

Choose a reason for hiding this comment

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

LGTM

@lizrice lizrice merged commit 4b9453b into master Aug 10, 2020
@lizrice lizrice deleted the Remove-continueWithError branch August 10, 2020 09:13
caruccio pushed a commit to getupcloud/kube-bench that referenced this pull request Feb 19, 2021
* Update util.go

Remove Continue with error function

* Update cmd/util.go

Co-authored-by: Liz Rice <liz@lizrice.com>

* Update util.go

* Update util.go

Remove unnecessary ')'

* Update util.go

removed fmt.Fprintf(os.Stderr, "%s: %s", cmd.Args, err) since it wasn't suppose to print.

* Update util.go

* Update .travis.yml

option --no-ri and --no-doc are deprecated we have to use --no-document instead.
rubygems/heroku-buildpack-bundler2#1 (comment)

Co-authored-by: Liz Rice <liz@lizrice.com>
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.

None yet

2 participants