-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
make stage more explicit #2828
make stage more explicit #2828
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2828 +/- ##
=======================================
Coverage 94.03% 94.03%
=======================================
Files 370 370
Lines 7038 7038
Branches 186 186
=======================================
Hits 6618 6618
Misses 420 420 Continue to review full report at Codecov.
|
What runs |
@rossabaker, my bad. Forgot to mention that I removed it since scalafmt is much more strict, scalastyle keeps failing on parsing from time to time. Not sure if we need to maintain two sets of styling rules. |
In that case, We could even go a step further and remove the config and the plugin, unless we think it's still providing some marginal value when run manually. |
@rossabaker good point. I will udpate this PR with complete scalastyle removal. |
@rossabaker scalastyle was removed in another PR and merged. This one is good to go right? |
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.
👍
This also results in a very short lint stage and a longer test stage, which was my original intention.