Skip to content

Commit

Permalink
Add clang-tidy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Dec 4, 2024
1 parent 4c0f16e commit 93a767a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clp_ffi_py/.clang-tidy
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
InheritParentConfig: true

Checks:
# Disable vararg function checks since many CPython APIs are using varargs
-cppcoreguidelines-pro-type-vararg

CheckOptions:
# Variable naming rules
# Allow PyObject global variables to start with `Py_`
Expand Down

0 comments on commit 93a767a

Please sign in to comment.