Skip to content

Commit

Permalink
Add configuration file for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Oct 30, 2023
1 parent f10198a commit 277f3b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Checks: >
-*,
bugprone-*,
clang-analyzer-*,
concurrency-*,
cppcoreguidelines-*,
misc-*,
performance-*,
portability-*,
readability-*,
-bugprone-easily-swappable-parameters,
-cppcoreguidelines-avoid-magic-numbers,
-readability-braces-around-statements,
-readability-identifier-length,
-readability-magic-numbers,
HeaderFilterRegex: '*.(h|hpp)'

0 comments on commit 277f3b1

Please sign in to comment.