Commit 92f014e
committed
Expand clang-tidy checks and refine ignores
Broadened the lint profile from a small, hand-picked set to full groups (`bugprone-*`, `clang-analyzer-*`, `portability-*`, `modernize-*`, `readability-*`) for wider static analysis coverage. Also adjusted exclusions to suppress high-noise rules (`convert-member-functions-to-static`, `avoid-c-arrays`, `loop-convert`, trailing return types) while enabling `misc-unused-include` to catch unnecessary includes.1 parent 65a28bb commit 92f014e
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