Skip to content

Commit

Permalink
refactor: Fix clang-tidy warnings in PyDeserializerBuffer to align …
Browse files Browse the repository at this point in the history
…with the latest C++ coding guideline. (#113)
  • Loading branch information
LinZhihao-723 authored Jan 8, 2025
1 parent 8d1361b commit fbfa2ce
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 175 deletions.
2 changes: 2 additions & 0 deletions lint-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ tasks:
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/DeserializerBufferReader.hpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyDeserializer.cpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyDeserializer.hpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyDeserializerBuffer.cpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyDeserializerBuffer.hpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyKeyValuePairLogEvent.cpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PyKeyValuePairLogEvent.hpp"
- "{{.CLP_FFI_PY_CPP_SRC_DIR}}/ir/native/PySerializer.cpp"
Expand Down
Loading

0 comments on commit fbfa2ce

Please sign in to comment.