Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clang-tidy failures #49

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Fix clang-tidy failures #49

merged 1 commit into from
Jan 3, 2024

Conversation

LeonMatthesKDAB
Copy link
Contributor

This fix includes 3 parts:

  • tst_gen_index_array: Disable the use-after-move lint in the move-test
  • tests/CMakeLists.txt: Add SYSTEM to the doctest include to filter out lints from doctest
  • Update doctest.h to the latest version (not necessary for the fix, but might as well).

This fix includes 3 parts:
- tst_gen_index_array: Disable the use-after-move lint in the move-test
- tests/CMakeLists.txt: Add SYSTEM to the doctest include to filter out
  lints from doctest
- Update doctest.h to the latest version (not necessary for the fix, but
  might as well).
@winterz
Copy link
Member

winterz commented Jan 3, 2024

+2

@LeonMatthesKDAB LeonMatthesKDAB merged commit 369f2e2 into KDAB:1.0 Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants