[
  [
    "warning",
    "'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop",
    "performance-inefficient-vector-operation"
  ],
  { "reliability": "high" }
]
