-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Revert "Bump com.diffplug.spotless from 6.25.0 to 7.0.2" #17074
Revert "Bump com.diffplug.spotless from 6.25.0 to 7.0.2" #17074
Conversation
This reverts commit 827aa63. Signed-off-by: Andriy Redko <[email protected]>
5453a1c
to
a374ad2
Compare
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17074-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f5c89c16c79871007be2c13f604314bd362a2bf4
# Push it to GitHub
git push --set-upstream origin backport/backport-17074-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17074 +/- ##
============================================
+ Coverage 72.27% 72.61% +0.34%
- Complexity 65336 65663 +327
============================================
Files 5301 5301
Lines 303824 303824
Branches 44033 44033
============================================
+ Hits 219587 220631 +1044
+ Misses 66249 65435 -814
+ Partials 17988 17758 -230 ☔ View full report in Codecov by Sentry. |
…roject#17058)" (opensearch-project#17074) This reverts commit 827aa63. Signed-off-by: Andriy Redko <[email protected]>
Reverts #17058, the plugin is unstable:
[1] https://build.ci.opensearch.org/job/gradle-check/52379/console
[2] equodev/equo-ide#188
[3] diffplug/spotless#2331