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

Enabling advanced checks for clang-tidy #197

Open
3 tasks
sorru94 opened this issue Dec 18, 2023 · 0 comments
Open
3 tasks

Enabling advanced checks for clang-tidy #197

sorru94 opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@sorru94
Copy link
Collaborator

sorru94 commented Dec 18, 2023

Some clang-tidy checks have not been enabled in #112 as they would require large refactoring changes.
They are tracked in this issue and might be enabled in the next release.

  • modernize-macro-to-enum
    Use enums instead of macros when applicable.
  • readability-function-cognitive-complexity
    Warns against too complex functions.
  • readability-function-size
    Warns against too long functions.
@sorru94 sorru94 added this to the v1.4 milestone Dec 18, 2023
@sorru94 sorru94 added the enhancement New feature or request label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant