Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pointcloud_preprocessor): fix preprocessorErrorDirective #7786

Merged
merged 14 commits into from
Jul 4, 2024

add cppcheck suppression

e9794cf
Select commit
Loading
Failed to load commit list.
Merged

fix(pointcloud_preprocessor): fix preprocessorErrorDirective #7786

add cppcheck suppression
e9794cf
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Jul 4, 2024 in 42s

CodeScene PR Check

Code Health Quality Gates: OK

Change in average Code Health of affected files: +0.00 (7.44 -> 7.44)

  • Improving Code Health: 2 findings(s) ✅

View detailed results in CodeScene

Details

✅ Improving Code Health:

  • Lines of Code in a Single File robin_hood.h
  • Number of Functions in a Single Module robin_hood.h

Annotations

Check notice on line 1 in sensing/pointcloud_preprocessor/src/downsample_filter/robin_hood.h

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

✅ Getting better: Lines of Code in a Single File

The lines of code decreases from 1452 to 1409, improve code health by reducing it to 1000. The number of Lines of Code in a single file. More Lines of Code lowers the code health.

Check notice on line 1 in sensing/pointcloud_preprocessor/src/downsample_filter/robin_hood.h

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

✅ Getting better: Number of Functions in a Single Module

The number of functions decreases from 186 to 180, threshold = 75. This file contains too many functions. Beyond a certain threshold, more functions lower the code health.