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

[New feature] Add check style in code for only changed/added files in PR #362

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

den-patrakeev
Copy link

@den-patrakeev den-patrakeev commented Dec 26, 2024

Hi!

Add check style in code for only changed/added files in PR.

Since I did not find a code style agreement in the project, I prepared a minimal configuration based on LLVM coding standards and force standart C++11.

Official docs used for config:
https://clang.llvm.org/docs/ClangFormatStyleOptions.html

I propose to implement this to check modified and new C++ files without affecting the existing code base.

Example of check triggering:
https://github.com/den-patrakeev/coolreader/actions/runs/12502186857/job/34880772968?pr=1

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.

1 participant