Fix path in clang-tidy workflow (#7542)

This commit is contained in:
Magne Sjaastad
2021-04-06 12:04:31 -07:00
committed by GitHub
parent f1af56b0f9
commit eab5bc79c9
8 changed files with 20 additions and 17 deletions

View File

@@ -22,8 +22,8 @@
#include "RigFemPart.h"
#include <array>
#include <climits>
#include <cmath>
#include <limits.h>
//--------------------------------------------------------------------------------------------------
///

View File

@@ -19,7 +19,7 @@
#include "RigFemPartResults.h"
#include "RigFemResultAddress.h"
#include <stdlib.h>
#include <cstdlib>
//--------------------------------------------------------------------------------------------------
///

View File

@@ -19,7 +19,7 @@
#include "RigFemScalarResultFrames.h"
#include "RigStatisticsDataCache.h"
#include <stdlib.h>
#include <cstdlib>
//--------------------------------------------------------------------------------------------------
///

View File

@@ -21,7 +21,7 @@
#include <QString>
#include <assert.h>
#include <cassert>
//--------------------------------------------------------------------------------------------------
///

View File

@@ -17,7 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include <cstdlib>
#include "RifElementPropertyReader.h"
#include "RifGeoMechReaderInterface.h"