Fixing Lint in all packages #17
Annotations
14 errors
ament_cpplint
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_pep257
running 'rosdep update' as root is not recommended.
|
ament_xmllint
running 'rosdep update' as root is not recommended.
|
ament_uncrustify
running 'rosdep update' as root is not recommended.
|