Skip to content
Snippets Groups Projects
Commit 71fd8983 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: nolint and todo

parent fc8b443b
No related branches found
No related tags found
No related merge requests found
Pipeline #12543 passed with warnings
Pipeline: caosdb-cppinttest

#12545

    ......@@ -272,7 +272,8 @@ auto Entity::FixValue() -> void { FixValueImpl(this); }
    // Utility functions //////////////////////////////////////////////////////////
    template <typename E> auto FixValueImpl(E *ent) -> void {
    // TODO(daniel) cognitive complexity is too high
    template <typename E> auto FixValueImpl(E *ent) -> void { //NOLINT
    const auto &dtype = ent->GetDataType();
    const auto &value = ent->GetValue();
    auto new_value = Value();
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment