fix cppcoreguidelines-*
* cppcoreguidelines-init-variables * cppcoreguidelines-c-copy-assignment-signature * cppcoreguidelines-macro-usage * cppcoreguidelines-non-private-member-variables-in-classes * cppcoreguidelines-pro-type-member-init * cppcoreguidelines-slicing * cppcoreguidelines-special-member-functions * cppcoreguidelines-virtual-class-destructor
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#define BASE_PYOBJECTBASE_H
|
||||
|
||||
// clang-format off
|
||||
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
|
||||
// Std. configurations
|
||||
|
||||
// (re-)defined in pyconfig.h
|
||||
@@ -556,6 +557,7 @@ inline void PyTypeCheck(PyObject** ptr, int (*method)(PyObject*), const char* ms
|
||||
|
||||
} // namespace Base
|
||||
|
||||
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
|
||||
// clang-format on
|
||||
|
||||
#endif // BASE_PYOBJECTBASE_H
|
||||
|
||||
Reference in New Issue
Block a user