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

chore: run pre-commit to format files #6892

fix: temporary modify build_depends.repos for CI to pass

8c34c80
Select commit
Loading
Failed to load commit list.
Merged

chore: run pre-commit to format files #6892

fix: temporary modify build_depends.repos for CI to pass
8c34c80
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (autoware_msg) succeeded Apr 25, 2024 in 1m 28s

CodeScene PR Check

Code Health Quality Gates: OK

  • Improving Code Health: 3 findings(s) ✅
  • Affected Hotspots: 3 files(s) 🔥

View detailed results in CodeScene

Details

✅ Improving Code Health:

  • Lines of Code in a Single File scene.cpp 🔥
  • Lines of Code in a Single File utils.cpp 🔥
  • Large Method simple_planning_simulator_core.cpp: SimplePlanningSimulator::SimplePlanningSimulator

Annotations

Check notice on line 1 in perception/map_based_prediction/src/map_based_prediction_node.cpp

See this annotation in the file changed.

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

ℹ Getting worse: Lines of Code in a Single File

The lines of code increases from 1778 to 1779, 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 planning/behavior_path_dynamic_avoidance_module/src/scene.cpp

See this annotation in the file changed.

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

✅ Getting better: Lines of Code in a Single File

The lines of code decreases from 1461 to 1460, 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 planning/behavior_path_planner_common/src/utils/utils.cpp

See this annotation in the file changed.

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

✅ Getting better: Lines of Code in a Single File

The lines of code decreases from 1302 to 1301, 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 123 in simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp

See this annotation in the file changed.

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

✅ Getting better: Large Method

SimplePlanningSimulator::SimplePlanningSimulator decreases from 97 to 95 lines of code, threshold = 70. Large functions with many lines of code are generally harder to understand and lower the code health. Avoid adding more lines to this function.