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

Fixed: The wrong message appears while committing the code, if Lint/Static analysis has failed. #3780

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3779

Refactored the error message to show the correct information to the developers, since our project needs JDK11 to run so we have added this JDK version to the error message. Also, corrected the gradle wrapper version in this message.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.21%. Comparing base (eb7b2a3) to head (7ef29cc).
Report is 11 commits behind head on main.

❗ Current head 7ef29cc differs from pull request most recent head 61f87f1. Consider uploading reports for the commit 61f87f1 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3780      +/-   ##
============================================
+ Coverage     53.10%   53.21%   +0.10%     
- Complexity     1300     1304       +4     
============================================
  Files           292      292              
  Lines         10991    10991              
  Branches       1458     1458              
============================================
+ Hits           5837     5849      +12     
+ Misses         4189     4184       -5     
+ Partials        965      958       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…tatic analysis has failed.

* Refactored the error message to show the correct information to the developers, since our projects needs JDK11 to run so we have added this JDK version in error message. Also, corrected the gradle wrapper version in this message.
@kelson42 kelson42 merged commit 0e8de98 into main Apr 4, 2024
5 of 8 checks passed
@kelson42 kelson42 deleted the Fix#3779 branch April 4, 2024 05:18
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.

The wrong message appears while committing the code, if Lint/Static analysis has failed.
3 participants