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

Addresses some odds and ends #1253

Merged
merged 10 commits into from
Jan 8, 2024
Prev Previous commit
Next Next commit
Adds comments to clang-tidy config file
  • Loading branch information
kennyweiss committed Jan 5, 2024
commit a88ffaffabd871822cf640e82d5b8a338070ce57
4 changes: 4 additions & 0 deletions src/.clang-tidy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Adds some checks to the code
# the following might also be useful:
# modernize-use-nullptr
# readability-static-definition-in-anonymous-namespace
Checks: '-*,readability-braces-around-statements,modernize-use-using'
WarningsAsErrors: ''
HeaderFilterRegex: "^.*.hpp$|^.*.cpp$"
Expand Down