Skip to content

Conversation

@coderabbitai
Copy link

@coderabbitai coderabbitai bot commented Nov 15, 2025

Docstrings generation was requested by @WSQS.

The following files were modified:

  • main.cpp
ℹ️ Note

CodeRabbit cannot perform edits on its own pull requests yet.

Docstrings generation was requested by @WSQS.

* #27 (comment)

The following files were modified:

* `main.cpp`
@coderabbitai coderabbitai bot requested a review from WSQS November 15, 2025 01:23
@coderabbitai
Copy link
Author

coderabbitai bot commented Nov 15, 2025

Important

Review skipped

CodeRabbit bot authored PR detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

This commit fixes the style issues introduced in 7f55a49 according to the output
from ClangFormat.

Details: #28
@deepsource-io
Copy link
Contributor

deepsource-io bot commented Nov 15, 2025

Here's the code health analysis summary for commits 600d7ff..122fd83. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource C & C++ LogoC & C++❌ Failure
❗ 7 occurences introduced
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

* If the shader source is modified, the pipeline's vertex shader source is updated.
*
* @return SDL_AppResult SDL_APP_CONTINUE to indicate the application should continue running.
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: method 'tick' can be made static [readability-convert-member-functions-to-static]

Suggested change
*/
static SDL_AppResult tick()

* If no swapchain texture is available the function still submits the command buffer and continues.
*
* @return SDL_AppResult `SDL_APP_CONTINUE` to continue the application main loop.
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: method 'draw' can be made static [readability-convert-member-functions-to-static]

Suggested change
*/
static SDL_AppResult draw()

@WSQS WSQS merged commit e50e077 into tick_draw Nov 15, 2025
22 of 23 checks passed
@WSQS WSQS deleted the coderabbitai/docstrings/600d7ff branch November 15, 2025 01:31
@github-actions
Copy link

clang-tidy review says "All clean, LGTM! 👍"

WSQS added a commit that referenced this pull request Nov 15, 2025
* feat: split tick function and draw function

* 📝 Add docstrings to `tick_draw` (#28)

* 📝 Add docstrings to `tick_draw`

Docstrings generation was requested by @WSQS.

* #27 (comment)

The following files were modified:

* `main.cpp`

* style: format code with ClangFormat

This commit fixes the style issues introduced in 7f55a49 according to the output
from ClangFormat.

Details: #28

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
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.

2 participants