wesnoth/.clang-tidy
JJ Marr d8d92b5d28 Add clang-tidy support to cmake
Also, enables it in CI.
2024-11-30 13:24:45 +01:00

5 lines
75 B
YAML

---
Checks: '-*,modernize-use-nullptr'
WarningsAsErrors: true
...