[Backport 2.x] [Spotless] Adds new line at end of java files#1925
Merged
acarbonetto merged 2 commits into2.xfrom Aug 4, 2023
Merged
[Backport 2.x] [Spotless] Adds new line at end of java files#1925acarbonetto merged 2 commits into2.xfrom
acarbonetto merged 2 commits into2.xfrom
Conversation
* Adding spotless plugin to project build.gradle. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Remove commented out spotless changes. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Adding Spotless to DEVELOPER_GUIDE.rst Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Added Google Java format to spotless. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Update DEVELOPER_GUIDE.rst Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Added apply false for spotless Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Adding ratchetFrom to build.gradle Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Adding license header to build.gradle for spotless. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Uncommenting all changes to build.gradle for spotless. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Commented out spotless checks. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Add specific version for java format spotless (1.17.0) Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Add spotless end with new line check. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Add new line at end of files missing lines. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Removed include path Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Correcting ending new line for QueryExemplars. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> --------- Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com> Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> (cherry picked from commit d2de909) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## 2.x #1925 +/- ##
=========================================
Coverage 97.42% 97.42%
Complexity 4648 4648
=========================================
Files 408 408
Lines 11528 11528
Branches 839 839
=========================================
Hits 11231 11231
Misses 290 290
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
acarbonetto
approved these changes
Aug 3, 2023
…96-to-2.x Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Yury-Fridlyand
approved these changes
Aug 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport d2de909 from #1896.