mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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:
@@ -39,10 +39,12 @@ class QDateTime;
|
||||
|
||||
struct RigWellResultPoint;
|
||||
|
||||
// NOLINTBEGIN(modernize-use-using)
|
||||
typedef struct ecl_grid_struct ecl_grid_type;
|
||||
typedef struct ecl_file_struct ecl_file_type;
|
||||
typedef struct well_conn_struct well_conn_type;
|
||||
typedef struct well_segment_struct well_segment_type;
|
||||
// NOLINTEND(modernize-use-using)
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user