feat: Implement YAML support for ARK configuration and synchronize BC… #51
ci.yml
on: push
Lint and static analysis
31s
Code formatting
17s
Type checking
31s
Matrix: Tests
Matrix: build
Annotations
12 errors and 1 warning
|
Code formatting
Process completed with exit code 1.
|
|
Type checking
Process completed with exit code 2.
|
|
Ruff (F401):
Core/Compiler/mainprocess.py#L127
Core/Compiler/mainprocess.py:127:26: F401 `os` imported but unused
|
|
Ruff (F821):
Core/Compiler/mainprocess.py#L89
Core/Compiler/mainprocess.py:89:92: F821 Undefined name `e`
|
|
Ruff (F401):
Core/Compiler/compiler.py#L25
Core/Compiler/compiler.py:25:5: F401 `.ark_config_loader.get_advanced_options` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L24
Core/Compiler/compiler.py:24:5: F401 `.ark_config_loader.get_plugin_options` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L23
Core/Compiler/compiler.py:23:5: F401 `.ark_config_loader.get_dependency_options` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L22
Core/Compiler/compiler.py:22:5: F401 `.ark_config_loader.get_output_options` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L21
Core/Compiler/compiler.py:21:5: F401 `.ark_config_loader.get_compiler_options` imported but unused
|
|
Ruff (F401):
Core/Compiler/ark_config_loader.py#L26
Core/Compiler/ark_config_loader.py:26:25: F401 `typing.Optional` imported but unused
|
|
Ruff (F401):
Core/Compiler/ark_config_loader.py#L24
Core/Compiler/ark_config_loader.py:24:8: F401 `os` imported but unused
|
|
Ruff (E402):
Core/Auto_Command_Builder/auto_build.py#L350
Core/Auto_Command_Builder/auto_build.py:350:1: E402 Module level import not at top of file
|
|
Tests (3.11)
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|