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

Add clang-tidy CI test #56

Open
wants to merge 86 commits into
base: development
Choose a base branch
from

Conversation

lucafedeli88
Copy link
Member

@lucafedeli88 lucafedeli88 commented Aug 30, 2024

This PR introduces a new CI test that runs clang-tidy on all the tests and demos of picsar_qed.
Included/excluded clang-tidy checks as well as check options can be found in .clang-tidy. For the moment, this configuration file is identical to what is used in WarpX.

The PR also fixes all the issues found with the new clang-tidy CI test. In order to fix some issues properly, now C++17 is used (up until now the library used C++14)

@lucafedeli88 lucafedeli88 changed the title [WIP] Add clang-tidy CI test Add clang-tidy CI test Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants