Java icon indicating copy to clipboard operation
Java copied to clipboard

style: enable StaticVariableName in checkstyle

Open vaibhav9t1 opened this issue 1 year ago • 1 comments

Related to #5119

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

vaibhav9t1 avatar May 24 '24 12:05 vaibhav9t1

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 :warning:
.../main/java/com/thealgorithms/others/RabinKarp.java 0.00% 4 Missing :warning:
...healgorithms/others/StringMatchFiniteAutomata.java 0.00% 4 Missing :warning:
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           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar May 24 '24 12:05 codecov-commenter