``` /Users/jviotti/Projects/core/src/core/yaml/yaml.cc:54:50: error: do not use pointer arithmetic [cppcoreguidelines-pro-bounds-pointer-arithmetic,-warnings-as-errors] 54 | item < node->data.sequence.items.top; ++item) { | ^ /Users/jviotti/Projects/core/src/core/yaml/yaml.cc:65:49: error: do not use pointer arithmetic [cppcoreguidelines-pro-bounds-pointer-arithmetic,-warnings-as-errors] 65 | pair < node->data.mapping.pairs.top; ++pair) { | ^ ```