Skip to content

Add option --failfast #93

Add option --failfast

Add option --failfast #93

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

12 errors

Pylint found 12 errors

Annotations

Check failure on line 327 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L327

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

Check failure on line 237 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L237

Unused variable 'i' (unused-variable, W0612)

Check failure on line 25 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L25

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 26 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L26

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 27 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L27

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 28 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L28

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 29 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L29

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 30 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L30

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 202 in src/quark2_adapter/legacy_classes/Application.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Application.py#L202

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

Check failure on line 76 in src/quark2_adapter/legacy_classes/Solver.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Solver.py#L76

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

Check failure on line 87 in src/quark2_adapter/legacy_classes/Solver.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Solver.py#L87

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

Check failure on line 50 in src/quark2_adapter/legacy_classes/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Device.py#L50

Trailing whitespace (trailing-whitespace, C0303)