Skip to content

Commit

Permalink
build: add .clang-tidy
Browse files Browse the repository at this point in the history
Initial version

Type: make
Change-Id: Id26827e7812f794da3f17b91f78d2550e4800083
Signed-off-by: Damjan Marion <damarion@cisco.com>
  • Loading branch information
dmarion committed May 20, 2021
1 parent a0455ff commit e6f89fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Checks: "-*,\
misc-*,\
bugprone-*,\
-bugprone-reserved-identifier,\
-performance-*,\
clang-analyzer-*,\
-clang-analyzer-valist.Uninitialized,\
"

0 comments on commit e6f89fb

Please sign in to comment.