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:
@@ -62,7 +62,7 @@ const cvf::Mat4d Rim2dIntersectionView::sm_defaultViewMatrix = cvf::Mat4d( 1, 0,
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
Rim2dIntersectionView::Rim2dIntersectionView( void )
|
||||
Rim2dIntersectionView::Rim2dIntersectionView()
|
||||
{
|
||||
CAF_PDM_InitObject( "Intersection View", ":/CrossSection16x16.png" );
|
||||
|
||||
@@ -107,7 +107,7 @@ Rim2dIntersectionView::Rim2dIntersectionView( void )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
Rim2dIntersectionView::~Rim2dIntersectionView( void )
|
||||
Rim2dIntersectionView::~Rim2dIntersectionView()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user