Skip to content

Update Application.py #63

Update Application.py

Update Application.py #63

GitHub Actions / Pylint failed Nov 6, 2023 in 0s

5 errors

Pylint found 5 errors

Annotations

Check failure on line 207 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L207

Line too long (121/120) (line-too-long, C0301)

Check failure on line 28 in src/modules/applications/Application.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/Application.py#L28

Too many positional arguments for method call (too-many-function-args, E1121)

Check failure on line 29 in src/modules/applications/Application.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/Application.py#L29

Instance of 'Application' has no 'name' member (no-member, E1101)

Check failure on line 28 in src/modules/devices/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/devices/Device.py#L28

Too many positional arguments for method call (too-many-function-args, E1121)

Check failure on line 31 in src/modules/devices/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/devices/Device.py#L31

Instance of 'Device' has no 'name' member (no-member, E1101)