Skip to content

Fixing Lint in all packages #18

Fixing Lint in all packages

Fixing Lint in all packages #18

Triggered via pull request August 17, 2024 00:20
Status Failure
Total duration 55s
Artifacts

linter.yml

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

Annotations

14 errors
ament_flake8
running 'rosdep update' as root is not recommended.
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
E122 continuation line missing indentation or outdented
ament_flake8
W291 trailing whitespace
ament_flake8
W293 blank line contains whitespace
ament_uncrustify
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_xmllint
running 'rosdep update' as root is not recommended.