# Modernization Phase 0 (modernization_plan.md). Report-only for now -
# not wired into the build as a gate. Run manually:
#   clang-tidy -p build <file> --checks=<subset>
# and verify each suggested change before applying (this codebase has a
# track record this engagement of "obviously safe" mechanical changes
# not being safe - see modernization_plan.md's audit section).
Checks: >
  -*,
  modernize-*,
  -modernize-use-trailing-return-type,
  readability-*,
  -readability-magic-numbers,
  -readability-identifier-length,
  bugprone-*
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
