Commit 63ebd75
clang-tidy: scope the header filter to the object's own headers
The previous -header-filter='.*/source/projects/.*' also matched the bundled
CPython headers: the build includes them via a path that passes back through
source/projects (…/tap.python_tilde/../../../support/include/python3.13/…), so
the filter linted all of CPython and failed on its naming. (This slipped past
local checks because Ubuntu's clang-tidy canonicalizes the include path, hiding
the source/projects segment; the macOS CI clang-tidy keeps the literal path.)
Narrow the filter to '.*/tap\.python_tilde/tap\.python_tilde.*', which matches
only this object's own tap.python_tilde_*.h headers and excludes both the
CPython support tree and min-api. Verified against the exact CI path strings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MRTDgYKY38WH8Bqz17W9k11 parent 74d2811 commit 63ebd75
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | | - | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
0 commit comments