Skip to content

Conversation

@unterumarmung
Copy link
Owner

Summary

  • configure clang-tidy to run core analyzer, diagnostic, bugprone and performance checks
  • treat Catch2 headers as system and disable POSIX signal handling to silence external warnings
  • run clang-tidy in CI against project headers only

Testing

  • cmake --build build
  • clang-tidy --format-style=file --warnings-as-errors=* -p build include/fixed_string.hpp

https://chatgpt.com/codex/tasks/task_e_68a83dd12a38832088936c3099c8315e

@github-actions
Copy link

clang-tidy review says "All clean, LGTM! 👍"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants