mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added more clang-tidy checks
Improved GitHub Action to run clang-format as part of clang-tidy * Simplify clang-tidy workflow * Added modernize-use-using, modernize-redundant-void-arg, readability-static-accessed-through-instance * Add nolint for libecl typedefs
This commit is contained in:
@@ -26,7 +26,7 @@ CAF_PDM_XML_ABSTRACT_SOURCE_INIT( RimCheckableNamedObject, "CheckableNamedObject
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimCheckableNamedObject::RimCheckableNamedObject( void )
|
||||
RimCheckableNamedObject::RimCheckableNamedObject()
|
||||
{
|
||||
CAF_PDM_InitScriptableObject( "Checkable object" );
|
||||
CAF_PDM_InitScriptableField( &m_isChecked, "IsChecked", true, "Active" );
|
||||
@@ -36,7 +36,7 @@ RimCheckableNamedObject::RimCheckableNamedObject( void )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimCheckableNamedObject::~RimCheckableNamedObject( void )
|
||||
RimCheckableNamedObject::~RimCheckableNamedObject()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user