File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ FormatStyle: llvm
77CheckOptions :
88 cppcoreguidelines-avoid-magic-numbers.IgnorePowersOf2IntegerValues : ' true'
99 cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues : ' true'
10+ cppcoreguidelines-avoid-do-while.IgnoreMacros : ' true'
1011 llvm-else-after-return.WarnOnConditionVariables : ' false'
1112 modernize-loop-convert.MinConfidence : reasonable
1213 modernize-replace-auto-ptr.IncludeStyle : llvm
Original file line number Diff line number Diff line change 11// NOLINTBEGIN(cppcoreguidelines-avoid-non-const-global-variables)
2- // NOLINTBEGIN(cppcoreguidelines-avoid-do-while)
32
43#include < catch2/catch_approx.hpp>
54#include < catch2/catch_test_macros.hpp>
@@ -397,5 +396,4 @@ TEST_CASE("hilbert transform: phase coherence") {
397396 CHECK (hilbertTransform (15000 .0f ) < 2 .0f );
398397}
399398
400- // NOLINTEND(cppcoreguidelines-avoid-do-while)
401399// NOLINTEND(cppcoreguidelines-avoid-non-const-global-variables)
You can’t perform that action at this time.
0 commit comments