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

Feature/full clang tidy after indptrs #403

Merged
merged 11 commits into from Oct 17, 2023

Conversation

mgovers
Copy link
Member

@mgovers mgovers commented Oct 13, 2023

Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
…' into feature/full-clang-tidy-after-indptrs
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
@petersalemink95
Copy link
Member

Looks good to me, had some small questions (mainly for my own understanding)

@TonyXiang8787
Copy link
Member

@mgovers is this something we need for now? clang-tidy already checks all the core part (everything used by the C-API) right?

@mgovers
Copy link
Member Author

mgovers commented Oct 16, 2023

@mgovers is this something we need for now? clang-tidy already checks all the core part (everything used by the C-API) right?

i found some performance issues while implementing the other PR that were not caught by the CI version of clang-tidy (on model.cpp). I don't know why, but doing a full clang-tidy run on all files actually did find the issue

Maybe we can run clang-tidy on all files on main in a nightly run only?

@mgovers mgovers marked this pull request as ready for review October 16, 2023 10:36
Base automatically changed from feature/refactor-replace-indptrs to main October 16, 2023 13:01
mgovers and others added 4 commits October 16, 2023 15:01
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@mgovers mgovers merged commit 2c20910 into main Oct 17, 2023
28 checks passed
@mgovers mgovers deleted the feature/full-clang-tidy-after-indptrs branch October 17, 2023 14:04
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