Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix merge lost enablement
Signed-off-by: Balakrishna Avulapati <[email protected]>
  • Loading branch information
bavulapati committed Jul 27, 2025
commit 095e7af1fa2b7e9012e3a1401e7a90757f4ffa8a
7 changes: 6 additions & 1 deletion cmake/common/clang-tidy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"Checks": "-*, bugprone-*, -bugprone-easily-swappable-parameters,-bugprone-unchecked-optional-access, concurrency-*, modernize-*, performance-*, portability-*",
"Checks": "-*,
bugprone-*,-bugprone-easily-swappable-parameters,
concurrency-*,
modernize-*,
performance-*,
portability-*",
"WarningsAsErrors": "*",
"FormatStyle": "none",
"UseColor": true
Expand Down