We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4a68d commit 0e08f30Copy full SHA for 0e08f30
.clang-tidy
@@ -30,7 +30,6 @@ Checks: >
30
-bugprone-switch-missing-default-case,
31
-bugprone-undelegated-constructor,
32
-bugprone-unused-return-value,
33
- -bugprone-pointer-arithmetic-on-polymorphic-object,
34
-bugprone-suspicious-stringview-data-usage,
35
-clang-analyzer-core.CallAndMessage,
36
-clang-analyzer-core.NonNullParamChecker,
src/app/EventManagement.h
@@ -81,7 +81,7 @@ constexpr uint16_t kRequiredEventField =
81
* Internal event buffer, built around the TLV::TLVCircularBuffer
82
*/
83
84
-class CircularEventBuffer : public TLV::TLVCircularBuffer
+class CircularEventBuffer final: public TLV::TLVCircularBuffer
85
{
86
public:
87
/**
0 commit comments