Skip to content

Commit 02e2456

Browse files
Copilotachamayou
andcommitted
Curate .clang-tidy checks: enable sensible categories, exclude project/company-specific ones
Enable: bugprone, cert, clang-analyzer, concurrency, cppcoreguidelines, hicpp, misc, modernize, performance, portability, readability. Exclude: abseil, altera, android, boost, darwin, fuchsia, google, linuxkernel, llvm, llvmlibc, mpi, objc, openmp, zircon. Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
1 parent 129d9b4 commit 02e2456

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.clang-tidy

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
---
2-
Checks: '*'
2+
Checks: >
3+
-*,
4+
bugprone-*,
5+
cert-*,
6+
clang-analyzer-*,
7+
concurrency-*,
8+
cppcoreguidelines-*,
9+
hicpp-*,
10+
misc-*,
11+
modernize-*,
12+
performance-*,
13+
portability-*,
14+
readability-*
315
WarningsAsErrors: '*'
416
FormatStyle: file

0 commit comments

Comments
 (0)