-
Notifications
You must be signed in to change notification settings - Fork 501
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
Repo specific post update hooks #2434
Repo specific post update hooks #2434
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2434 +/- ##
==========================================
+ Coverage 80.93% 81.04% +0.10%
==========================================
Files 141 142 +1
Lines 2439 2458 +19
Branches 53 41 -12
==========================================
+ Hits 1974 1992 +18
- Misses 465 466 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With a small remark regarding logging
modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala
Outdated
Show resolved
Hide resolved
@mzuehlke I tried to put this changes on a branch in my fork and let this run. I put some settings into a file referenced via |
Ok, I guess I found it. The monoid def of |
Good catch |
Fixes #1997
fixes #2097