Prepare RosConn Deliberation workshop example #121
Annotations
1 error and 10 warnings
jani_generator/src/jani_generator/jani_entries/jani_variable.py#L40
Abstract class 'MutableSequence' with abstract methods instantiated
|
jani_generator/src/jani_generator/__init__.py#L1
Final newline missing
|
jani_generator/src/jani_generator/main.py#L1
Missing module docstring
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L92
TODO: Should be greatest-common-divisor instead
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L141
TODO: write test case for this
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L63
Missing class docstring
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L63
Class 'RosTimer' inherits from object, can be safely removed from bases in python3
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L63
Too few public methods (0/2)
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L72
Too many local variables (21/15)
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L100
Consider explicitly re-raising using 'except AssertionError as exc' and 'raise ValueError(f'Max time {max_time_ns} cannot be converted to {global_timer_period_unit}. The max_time must have a unit that is greater or equal to the smallest timer period.') from exc'
|
jani_generator/src/jani_generator/ros_helpers/ros_timer.py#L105
Variable name "LOC_NAME" doesn't conform to snake_case naming style
|
The logs for this run have expired and are no longer available.
Loading