Skip to content
Snippets Groups Projects
Verified Commit 4157f089 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Add some NOLINTNEXTLINE pragmas

parent c5cd6c22
Branches
Tags
2 merge requests!42Release 0.2.0,!28F async execute
Pipeline #15217 passed
Pipeline: caosdb-cppinttest

#15218

    This commit is part of merge request !42. Comments created here will be created in the context of that merge request.
    ...@@ -192,6 +192,7 @@ auto Transaction::Execute() -> TransactionStatus { ...@@ -192,6 +192,7 @@ auto Transaction::Execute() -> TransactionStatus {
    return status; return status;
    } }
    // NOLINTNEXTLINE
    auto Transaction::DoExecuteTransaction() noexcept -> StatusCode { auto Transaction::DoExecuteTransaction() noexcept -> StatusCode {
    // upload files first // upload files first
    if (!upload_files.empty()) { if (!upload_files.empty()) {
    ...@@ -414,6 +415,7 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus { ...@@ -414,6 +415,7 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus {
    return ProcessTerminated(); return ProcessTerminated();
    } }
    // NOLINTNEXTLINE
    auto Transaction::ProcessCalls() -> TransactionStatus { auto Transaction::ProcessCalls() -> TransactionStatus {
    CAOSDB_LOG_TRACE_ENTER_AND_LEAVE(logger_name, "Transaction::ProcessCalls()") CAOSDB_LOG_TRACE_ENTER_AND_LEAVE(logger_name, "Transaction::ProcessCalls()")
    if (this->status.GetCode() != StatusCode::EXECUTING) { if (this->status.GetCode() != StatusCode::EXECUTING) {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment