Adding the usual Linters #31
Annotations
10 errors and 10 warnings
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L41
Incompatible default for argument "on_entry" (default has type "None", argument has type "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L42
Incompatible default for argument "on_exit" (default has type "None", argument has type "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L43
Incompatible default for argument "body" (default has type "None", argument has type "List[ScxmlTransition]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L165
Argument "on_entry" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L165
Argument "on_exit" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L237
Incompatible default for argument "fields" (default has type "None", argument has type "List[RosField]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_data_model.py#L29
Incompatible default for argument "data_entries" (default has type "None", argument has type "List[ScxmlData]") [assignment]
|
scxml_converter/src/scxml_converter/bt_converter.py#L56
unused function 'bt_converter' (60% confidence)
|
scxml_converter/src/scxml_converter/bt_converter.py#L72
unused variable 'xpi' (60% confidence)
|
scxml_converter/src/scxml_converter/scxml_converter.py#L33
unused variable 'ROS_TIMER_RATE_EVENT_PREFIX' (60% confidence)
|
scxml_converter/src/scxml_converter/__init__.py#L1
Missing docstring in public package
|
scxml_converter/src/scxml_converter/scxml_converter.py#L37
1 blank line required after class docstring (found 0)
|
scxml_converter/src/scxml_converter/bt_converter.py#L16
One-line docstring should fit on one line with quotes (found 5)
|
scxml_converter/src/scxml_converter/bt_converter.py#L37
1 blank line required after class docstring (found 0)
|
scxml_converter/src/scxml_converter/bt_converter.py#L44
Missing docstring in public method
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L40
Missing docstring in public method
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L54
Missing docstring in __init__
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L58
Missing docstring in public method
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L67
Missing docstring in public method
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L70
Missing docstring in public method
|
The logs for this run have expired and are no longer available.
Loading