Skip to content

Commit

Permalink
Update .clang-tidy (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhihan authored Jun 26, 2024
1 parent a549100 commit 4a8fdad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
Checks: '
llvm-header-guard,
modernize-deprecated-headers,
modernize-redundant-void-arg,
modernize-use-bool-literals,
modernize-use-nullptr,
readability-avoid-return-with-void-value
readability-avoid-return-with-void-value,
readability-braces-around-statements
# llvm-header-guard,
# bugprone-*,
# clang-analyzer-*,
Expand Down

0 comments on commit 4a8fdad

Please sign in to comment.