You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Discard unused size_t status from native free() calls and swallowed
destructor throwables via unnamed variables `_` instead of `ignored`
(S1854 / S1481 / S7467).
- Exclude the benchmark module from Sonar analysis: it is a JMH harness,
not shipped runtime, and its @Setup/@teardown lifecycle trips a false
"resource not closed" report (S2095).
- Reword the C-struct reference comments to prose so they are not parsed
as commented-out code (S125).
- Extract the repeated ZDICT field-name literals into constants (S1192).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments