Skip to content

style: enable MultipleVariableDeclarations in checkstyle #5175

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

Merged

Conversation

vaibhav9t1
Copy link
Contributor

@vaibhav9t1 vaibhav9t1 commented May 25, 2024

Related to #5119
Enabled the MultipleVariableDeclaration in checkstyle

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All functions and variable names follow Java naming conventions.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 48.38710% with 80 lines in your changes are missing coverage. Please review.

Project coverage is 38.60%. Comparing base (44ce6e7) to head (f1148a1).

Files Patch % Lines
...healgorithms/datastructures/trees/RedBlackBST.java 0.00% 5 Missing ⚠️
...main/java/com/thealgorithms/maths/KeithNumber.java 0.00% 5 Missing ⚠️
...ain/java/com/thealgorithms/ciphers/HillCipher.java 0.00% 4 Missing ⚠️
...com/thealgorithms/conversions/DecimalToBinary.java 0.00% 4 Missing ⚠️
...ealgorithms/datastructures/graphs/BellmanFord.java 0.00% 4 Missing ⚠️
...va/com/thealgorithms/datastructures/trees/LCA.java 0.00% 4 Missing ⚠️
...a/com/thealgorithms/maths/DeterminantOfMatrix.java 0.00% 4 Missing ⚠️
...n/java/com/thealgorithms/others/GuassLegendre.java 0.00% 4 Missing ⚠️
...n/java/com/thealgorithms/conversions/AnytoAny.java 0.00% 3 Missing ⚠️
...a/com/thealgorithms/maths/NonRepeatingElement.java 0.00% 3 Missing ⚠️
... and 21 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5175      +/-   ##
============================================
+ Coverage     38.56%   38.60%   +0.03%     
+ Complexity     2378     2377       -1     
============================================
  Files           516      516              
  Lines         15313    15391      +78     
  Branches       2957     2957              
============================================
+ Hits           5906     5941      +35     
- Misses         9121     9163      +42     
- Partials        286      287       +1     

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

@vil02 vil02 changed the title style: enable MultipleVariableDeclarations in checkstyle style: enable MultipleVariableDeclarations in checkstyle May 25, 2024
@vil02 vil02 merged commit 9eaa2bb into TheAlgorithms:master May 25, 2024
5 checks passed
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.

4 participants