Prepare features before integration week #118
Annotations
10 warnings
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L28
Type alias name "BASIC_JS_TYPES" doesn't conform to predefined naming style
|
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L48
Consider explicitly re-raising using 'except Exception as exc' and 'raise RuntimeError(f"Failed to interpret JS expression: 'result = {expr}'. {msg_addition}") from exc'
|
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L50
Unnecessary "elif" after "return", remove the leading "el" from "elif"
|
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L53
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
|
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L53
Access to a protected member _obj of a client class
|
as2fm_common/src/as2fm_common/ecmascript_interpretation.py#L57
Access to a protected member _obj of a client class
|
as2fm_common/src/as2fm_common/common.py#L23
String statement has no effect
|
as2fm_common/src/as2fm_common/common.py#L63
Unnecessary "elif" after "return", remove the leading "el" from "elif"
|
as2fm_common/src/as2fm_common/common.py#L74
Unnecessary "elif" after "return", remove the leading "el" from "elif"
|
as2fm_common/src/as2fm_common/common.py#L88
Unnecessary "elif" after "return", remove the leading "el" from "elif"
|
The logs for this run have expired and are no longer available.
Loading