Skip to content

Commit c6aeae9

Browse files
committed
Port calc_metric()
Ref issue #34.
1 parent 8d702eb commit c6aeae9

File tree

4 files changed

+471
-14
lines changed

4 files changed

+471
-14
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Checks: >
1313
hicpp-avoid-goto,hicpp-exception-baseclass,hicpp-multiway-paths-covered,
1414
hicpp-no-assembler,hicpp-signed-bitwise,
1515
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
16+
-cppcoreguidelines-pro-bounds-constant-array-index,
1617
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
1718
-google-readability-todo,
1819
-google-runtime-references,

0 commit comments

Comments
 (0)