Commit ec1def6
Allow MMapDirectory+Chunk.BasePtr/Length in private-field-name scan
Chunk's basePtr/length fields are internal-readonly and used outside
the type, so they were renamed to PascalCase per review. The API scan
flags any non-public field that doesn't match camelCase; add an
exception regex for these two as suggested in the review.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8417b7c commit ec1def6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments