Skip to content

Commit

Permalink
clang-tidy: Disable noisy warning about neighboring params
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdenCullen committed Sep 29, 2023
1 parent cfa0a59 commit 558b399
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,5 +1,5 @@
---
Checks: "clang-diagnostic-*,clang-analyzer-*,bugprone-*,performance-*,portability-*,readability-*,darwin-*,llvm-header-guard,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling"
Checks: "clang-diagnostic-*,clang-analyzer-*,bugprone-*,performance-*,portability-*,readability-*,darwin-*,llvm-header-guard,-bugprone-easily-swappable-parameters,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling"
WarningsAsErrors: "*"
HeaderFilterRegex: "include/tlb"
CheckOptions:
Expand Down

0 comments on commit 558b399

Please sign in to comment.