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

style: enable WhitespaceAround in checktyle #5241

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Jun 19, 2024

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

@vil02 vil02 marked this pull request as ready for review June 19, 2024 08:36
@vil02 vil02 force-pushed the enable_WhitespaceAround branch 2 times, most recently from 6bd6344 to 6fb094f Compare June 21, 2024 17:45
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.82%. Comparing base (7b17ead) to head (c1832e4).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5241   +/-   ##
=========================================
  Coverage     39.82%   39.82%           
- Complexity     2436     2437    +1     
=========================================
  Files           517      517           
  Lines         15476    15476           
  Branches       2958     2958           
=========================================
+ Hits           6163     6164    +1     
  Misses         9022     9022           
+ Partials        291      290    -1     

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

@vil02 vil02 force-pushed the enable_WhitespaceAround branch 2 times, most recently from cb769d5 to 7c28339 Compare June 23, 2024 16:50
@yanglbme yanglbme merged commit 22f2abd into TheAlgorithms:master Jun 24, 2024
5 checks passed
@vil02 vil02 deleted the enable_WhitespaceAround branch June 24, 2024 08:47
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.

None yet

3 participants