Skip to content

Commit

Permalink
Fix clang-tidy config
Browse files Browse the repository at this point in the history
- AnalyzeTemporaryDtors was removed
- disable performance-enum-size
  • Loading branch information
rhaschke committed Jun 8, 2024
1 parent 944ac8d commit a7ce893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
Checks: '-*,
performance-*,
-performance-enum-size,
llvm-namespace-comment,
modernize-redundant-void-arg,
modernize-use-nullptr,
Expand All @@ -21,7 +22,6 @@ Checks: '-*,
readability-static-definition-in-anonymous-namespace,
'
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
CheckOptions:
- key: llvm-namespace-comment.ShortNamespaceLines
value: '10'
Expand Down

0 comments on commit a7ce893

Please sign in to comment.