Skip to content

actually invoke platform actions #684

actually invoke platform actions

actually invoke platform actions #684

GitHub Actions / Mypy failed Feb 4, 2024 in 0s

16 errors

Mypy found 16 errors

Annotations

Check failure on line 139 in generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/jenkins.py#L139

Item "FileAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 139 in generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/jenkins.py#L139

Item "PlatformAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 139 in generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/jenkins.py#L139

Item "TemplateAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 140 in generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/jenkins.py#L140

Argument "function" to "execute_arbitrary_code" has incompatible type "str | None"; expected "str"  [arg-type]

Check failure on line 64 in generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/cli.py#L64

"ScriptAction" has no attribute "root"  [attr-defined]

Check failure on line 72 in generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/cli.py#L72

Item "None" of "Parameters | None" has no attribute "root"  [union-attr]

Check failure on line 73 in generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/cli.py#L73

Item "None" of "Parameters | None" has no attribute "root"  [union-attr]

Check failure on line 75 in generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/cli.py#L75

Argument "function" to "execute_arbitrary_code" has incompatible type "str | None"; expected "str"  [arg-type]

Check failure on line 75 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L75

Item "None" of "Parameters | None" has no attribute "root"  [union-attr]

Check failure on line 82 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L82

Item "None" of "Parameters | None" has no attribute "root"  [union-attr]

Check failure on line 83 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L83

Item "None" of "Parameters | None" has no attribute "root"  [union-attr]

Check failure on line 84 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L84

Item "FileAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 84 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L84

Item "PlatformAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 84 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L84

Item "TemplateAction" of "FileAction | ScriptAction | PlatformAction | TemplateAction" has no attribute "script"  [union-attr]

Check failure on line 85 in generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

generators/bamboo.py#L85

Argument "function" to "execute_arbitrary_code" has incompatible type "str | None"; expected "str"  [arg-type]

Check failure on line 521 in classes/merger.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

classes/merger.py#L521

Name "internal_action" already defined on line 500  [no-redef]