Last active
October 6, 2024 05:32
-
-
Save shackra/8e45f7926a7c1f85c6708ee3748ce761 to your computer and use it in GitHub Desktop.
clang-tidy for modern C++ (I don't know what I'm doing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checks: > | |
-*, | |
bugprone-*, | |
misc-*, | |
modernize-*, | |
performance-*, | |
portability-*, | |
readability-*, | |
cppcoreguidelines-*, | |
-misc-non-private-member-variables-in-classes, | |
-readability-named-parameter, | |
-readability-braces-around-statements, | |
-readability-magic-numbers | |
WarningsAsErrors: '*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment