You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Use enums instead of macros when applicable.
Warns against too complex functions.
Warns against too long functions.
The text was updated successfully, but these errors were encountered: