-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
good first issueGood for newcomersGood for newcomersstatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis resulttest-assertionsRelating to the TestCPP assertionsRelating to the TestCPP assertions
Milestone
Description
Introduced by #27 while working on #8.
include/internal/TestCPPAssertions.h:304:42: style: The scope of the variable 'nullAssertionMessage' can be reduced. [variableScope]
static constexpr const char* nullAssertionMessage = "Null assertion failed!";
^
include/internal/TestCPPAssertions.h:324:42: style: The scope of the variable 'notNullAssertionMessage' can be reduced. [variableScope]
static constexpr const char* notNullAssertionMessage = "Not Null assertion failed!";
^
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersstatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis resulttest-assertionsRelating to the TestCPP assertionsRelating to the TestCPP assertions