File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Checks: >-
35
35
36
36
WarningsAsErrors : >-
37
37
*,
38
- -bugprone-exception-escape,
39
38
-clang-diagnostic-return-type,
40
39
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
41
40
-cppcoreguidelines-pro-type-member-init,
Original file line number Diff line number Diff line change 6
6
7
7
using namespace hdf4cpp ;
8
8
9
+ // NOLINTNEXTLINE(bugprone-exception-escape)
9
10
int main () {
10
11
// Open the file
11
12
HdfFile file (TEST_DATA_PATH " small_test.hdf" );
Original file line number Diff line number Diff line change 6
6
7
7
using namespace hdf4cpp ;
8
8
9
+ // NOLINTNEXTLINE(bugprone-exception-escape)
9
10
int main () {
10
11
// Open the file
11
12
HdfFile file (TEST_DATA_PATH " small_test.hdf" );
@@ -43,4 +44,4 @@ int main() {
43
44
}
44
45
std::cout << std::endl;
45
46
}
46
- }
47
+ }
You can’t perform that action at this time.
0 commit comments