@@ -35,7 +35,6 @@ Checks: >-
WarningsAsErrors: >-
*,
- -bugprone-exception-escape,
-clang-diagnostic-return-type,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-member-init,
@@ -6,6 +6,7 @@
using namespace hdf4cpp;
+// NOLINTNEXTLINE(bugprone-exception-escape)
int main() {
// Open the file
HdfFile file(TEST_DATA_PATH "small_test.hdf");
@@ -43,4 +44,4 @@ int main() {
}
std::cout << std::endl;
-}
+}