libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
119 stars 25 forks source link

capi: Allow non_camel_case_types lint #900

Closed danielocfb closed 1 week ago

danielocfb commented 1 week ago

Allow the non_camel_case_types lint throughout the entire crate, as it is common to use non-camcel case types when interacting with C code.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.50%. Comparing base (1f0c7ef) to head (c26e6c9). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #900 +/- ## ========================================== - Coverage 94.53% 94.50% -0.03% ========================================== Files 56 56 Lines 10140 10140 ========================================== - Hits 9586 9583 -3 - Misses 554 557 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.