Commit ffda3b1
committed
Expand clang-tidy checks and refine exclusions
Update `.clang-tidy` to use broader check groups (`bugprone-*`, `clang-analyzer-*`, `portability-*`, `modernize-*`, and `readability-*`) instead of the previous narrow list. The config now disables a few noisy modernize/readability rules and enables `misc-unused-include`, shifting the lint profile toward wider static analysis coverage with targeted opt-outs.1 parent b2066a8 commit ffda3b1
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments