Skip to content

Fixing Lint in all packages #16

Fixing Lint in all packages

Fixing Lint in all packages #16

Triggered via pull request August 16, 2024 18:39
Status Failure
Total duration 51s
Artifacts

linter.yml

on: pull_request
Matrix: ament_lint_general
Fit to window
Zoom out
Zoom in

Annotations

14 errors
ament_xmllint
running 'rosdep update' as root is not recommended.
ament_cpplint
running 'rosdep update' as root is not recommended.
ament_pep257
running 'rosdep update' as root is not recommended.
ament_flake8
running 'rosdep update' as root is not recommended.
ament_flake8
robot_description_content}
ament_flake8
I201 Missing newline between import groups. 'from ament_index_python.packages import get_package_share_directory' is identified as Third Party and 'import os' is identified as Stdlib.
ament_flake8
I101 Imported names are in the wrong order. Should be DeclareLaunchArgument, IncludeLaunchDescription, TimerAction
ament_flake8
I100 Import statements are in the wrong order. 'from launch_ros.parameter_descriptions import ParameterValue' should be before 'from launch_ros.substitutions import FindPackageShare'
ament_flake8
F401 'launch_ros.parameter_descriptions.ParameterValue' imported but unused
ament_flake8
I100 Import statements are in the wrong order. 'from launch.actions import RegisterEventHandler' should be before 'from launch_ros.parameter_descriptions import ParameterValue'
ament_flake8
I100 Import statements are in the wrong order. 'from launch.conditions import IfCondition' should be before 'from launch.event_handlers import OnProcessStart'
ament_flake8
Q000 Double quotes found but single quotes preferred
ament_flake8
Q000 Double quotes found but single quotes preferred
ament_uncrustify
running 'rosdep update' as root is not recommended.