chore: run pre-commit to format files #6892
Merged
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) 🔥
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
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
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
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.
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.
Loading