Skip to content

actually invoke platform actions #683

actually invoke platform actions

actually invoke platform actions #683

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

16 errors

Mypy found 16 errors

Annotations

Check failure on line 131 in ../cli/generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/jenkins.py#L131

Incompatible types in assignment (expression has type "FileAction | ScriptAction | PlatformAction | TemplateAction", variable has type "ScriptAction")  [assignment]

Check failure on line 138 in ../cli/generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/jenkins.py#L138

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

Check failure on line 139 in ../cli/generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/jenkins.py#L139

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

Check failure on line 141 in ../cli/generators/jenkins.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/jenkins.py#L141

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

Check failure on line 64 in ../cli/generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/cli.py#L64

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

Check failure on line 72 in ../cli/generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/cli.py#L72

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

Check failure on line 73 in ../cli/generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/cli.py#L73

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

Check failure on line 75 in ../cli/generators/cli.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/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 ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L75

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

Check failure on line 82 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L82

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

Check failure on line 83 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L83

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

Check failure on line 84 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L84

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

Check failure on line 84 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L84

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

Check failure on line 84 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/generators/bamboo.py#L84

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

Check failure on line 85 in ../cli/generators/bamboo.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/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 ../cli/classes/merger.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

../cli/classes/merger.py#L521

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