From 63dd8acab2ab030bfd9ac5ea3ace102aa615cb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 22 Aug 2024 12:01:21 +0200 Subject: [PATCH 1/2] ADD missing dir in style_check_in_makefile.sh --- scripts/style_check_in_makefile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/style_check_in_makefile.sh b/scripts/style_check_in_makefile.sh index 8398fb7d30..40e6072e40 100755 --- a/scripts/style_check_in_makefile.sh +++ b/scripts/style_check_in_makefile.sh @@ -57,6 +57,7 @@ style_check src/lib/parseArgs style_check src/lib/cache style_check src/lib/alarmMgr style_check src/lib/metricsMgr +style_check src/lib/expressions style_check test/unittests style_check test/unittests/orionTypes style_check test/unittests/jsonParse @@ -152,7 +153,7 @@ style_check test/unittests/serviceRoutines # o ngsi/AttributeDomainName.cpp (haderding/remove_ngsiv1_indent: 9 lines) # o ngsi/AttributeDomainName.h (haderding/remove_ngsiv1_indent: 5 lines) # o ngsi/AttributeExpression.cpp (haderding/remove_ngsiv1_indent: 9 lines) -# o ngsi/AttributeExpression.h (haderding/remove_ngsiv1_indent: 6 lines) +# o ngsi/Attribute.h (haderding/remove_ngsiv1_indent: 6 lines) # o ngsi/StringList.cpp (haderding/remove_ngsiv1_indent: 13 lines) # o ngsi/StringList.h (haderding/remove_ngsiv1_indent: 5 lines) # o ngsi/ConditionValueList.cpp (haderding/remove_ngsiv1_indent: 13 lines) From 2624cdf280f410e8c72e478ba35203ef99191722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 22 Aug 2024 12:04:38 +0200 Subject: [PATCH 2/2] Update scripts/style_check_in_makefile.sh --- scripts/style_check_in_makefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/style_check_in_makefile.sh b/scripts/style_check_in_makefile.sh index 40e6072e40..109b0c67f0 100755 --- a/scripts/style_check_in_makefile.sh +++ b/scripts/style_check_in_makefile.sh @@ -153,7 +153,7 @@ style_check test/unittests/serviceRoutines # o ngsi/AttributeDomainName.cpp (haderding/remove_ngsiv1_indent: 9 lines) # o ngsi/AttributeDomainName.h (haderding/remove_ngsiv1_indent: 5 lines) # o ngsi/AttributeExpression.cpp (haderding/remove_ngsiv1_indent: 9 lines) -# o ngsi/Attribute.h (haderding/remove_ngsiv1_indent: 6 lines) +# o ngsi/AttributeExpression.h (haderding/remove_ngsiv1_indent: 6 lines) # o ngsi/StringList.cpp (haderding/remove_ngsiv1_indent: 13 lines) # o ngsi/StringList.h (haderding/remove_ngsiv1_indent: 5 lines) # o ngsi/ConditionValueList.cpp (haderding/remove_ngsiv1_indent: 13 lines)