Skip to content

Commit

Permalink
Add clang-tidy config to enable checks
Browse files Browse the repository at this point in the history
Summary: Enable few of the clang-tidy modernize checks for thrift.

Reviewed By: iahs

Differential Revision: D67900286

fbshipit-source-id: 5b8463d0fd60f2a142cfb87513575083535b1707
  • Loading branch information
yoney authored and facebook-github-bot committed Jan 7, 2025
1 parent 2f71db0 commit 664bf62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions third-party/thrift/src/thrift/.clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
InheritParentConfig: true
Checks: '
modernize-concat-nested-namespaces,
modernize-type-traits,
modernize-use-override,
modernize-raw-string-literal,
'
...

0 comments on commit 664bf62

Please sign in to comment.