Skip to content

Commit

Permalink
As suggested by geninfo error on github
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Oct 11, 2024
1 parent 69b8349 commit 8495446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ function(setup_target_for_coverage_lcov)
${Coverage_GENHTML_ARGS}
--rc genhtml_hi_limit=89
--rc genhtml_med_limit=78
--ignore-errors mismatch
--prefix "${BASEDIR}"
-o ${Coverage_NAME}
${Coverage_NAME}.info
Expand Down
9 changes: 5 additions & 4 deletions library/.clang-tidy
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Checks: 'bu*,
Checks: 'bug*,
-bugprone-reserved-identifier,
mi*,
-bugprone-standalone-empty,
mis*,
-misc-const-correctness,
-misc-header-include-cycle,
-misc-no-recursion,
mo*,
re*,
mod*,
rea*,
-readability-container-size-empty,
-readability-else-after-return,
-readability-named-parameter'
Expand Down

0 comments on commit 8495446

Please sign in to comment.