mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
---
|
|
# Neutralizes clang-tidy for the corrosion/cxxbridge-generated C++. Copied into
|
|
# the crates build directory by crates/CMakeLists.txt, next to the generated
|
|
# sources, so clang-tidy picks it up instead of the top-level configuration.
|
|
#
|
|
# One check is kept enabled to avoid clang-tidy's "no checks enabled" error.
|
|
Checks: "-*,google-readability-todo"
|
|
WarningsAsErrors: ""
|
|
HeaderFilterRegex: ""
|
|
InheritParentConfig: false
|