Skip to content

Instantly share code, notes, and snippets.

@shackra
Last active October 6, 2024 05:32
Show Gist options
  • Save shackra/8e45f7926a7c1f85c6708ee3748ce761 to your computer and use it in GitHub Desktop.
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)
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