Skip to content

Commit

Permalink
add clang-tidy and implement some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 21, 2023
1 parent 1473831 commit c9f6226
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 288 deletions.
19 changes: 19 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
Checks: "*,
-abseil-*,
-altera-*,
-android-*,
-fuchsia-*,
-google-*,
-llvm*,
-modernize-use-trailing-return-type,
-zircon-*,
-readability-else-after-return,
-readability-static-accessed-through-instance,
-readability-avoid-const-params-in-decls,
-cppcoreguidelines-non-private-member-variables-in-classes,
-misc-non-private-member-variables-in-classes,
"
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
Loading

0 comments on commit c9f6226

Please sign in to comment.