Skip to content

style: enable StaticVariableName in checkstyle #5173

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
merged 3 commits into from
May 25, 2024

Conversation

vaibhav9t1
Copy link
Contributor

Related to #5119

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2024

Codecov Report

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

Project coverage is 38.56%. Comparing base (1607421) to head (9aa8722).

Files Patch % Lines
...healgorithms/dynamicprogramming/FordFulkerson.java 0.00% 7 Missing ⚠️
.../main/java/com/thealgorithms/others/RabinKarp.java 0.00% 4 Missing ⚠️
...healgorithms/others/StringMatchFiniteAutomata.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5173   +/-   ##
=========================================
  Coverage     38.56%   38.56%           
  Complexity     2378     2378           
=========================================
  Files           516      516           
  Lines         15313    15313           
  Branches       2957     2957           
=========================================
  Hits           5906     5906           
  Misses         9121     9121           
  Partials        286      286           

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

@vil02 vil02 changed the title style: enable StaticVariableName in checkstyle style: enable StaticVariableName in checkstyle May 24, 2024
@vaibhav9t1 vaibhav9t1 requested a review from vil02 May 25, 2024 07:02
@vaibhav9t1 vaibhav9t1 force-pushed the enable_StaticVariableName branch from 34734d7 to 77488ba Compare May 25, 2024 11:18
@vil02 vil02 enabled auto-merge (squash) May 25, 2024 14:08
@vil02 vil02 merged commit 44ce6e7 into TheAlgorithms:master May 25, 2024
4 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