Skip to content

Conversation

firewave
Copy link
Collaborator

No description provided.

@firewave firewave changed the title removed unnecessary file pattern for GUI sources in selfcheck - GUI tests are now included include GUI test sources in selfcheck Nov 20, 2023
@firewave

This comment was marked as resolved.

@firewave firewave marked this pull request as ready for review December 1, 2023 15:07
@firewave
Copy link
Collaborator Author

firewave commented Dec 1, 2023

I added those as there's a passedByValue false negative in testcppchecklibrary. Also more dogfooding is always good.

I did suppress the naming-privateMemberVariable warnings since they would have caused almost all lines in the source to be changed.

The uninitMemberVar are not of interest since the classes are simply mocked.

@firewave firewave marked this pull request as draft December 4, 2023 16:30
#include "addoninfo.h"
#include "importproject.h"
// cppcheck-suppress-begin uninitMemberVar
#include "platform.h"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I need to suppress all the warnings from an include. I would expect this to work but it doesn't as it was probably not intended to be used that way. I will file a ticket about it.

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