Skip to content

tweak

tweak #39

Triggered via push October 22, 2024 12:11
Status Failure
Total duration 1m 10s
Artifacts

pipeline.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors
static-analysis: src/parser/timedAutomata.js#L461
'_$' is defined but never used
static-analysis: src/parser/timedAutomata.js#L469
Unreachable code
static-analysis: src/parser/timedAutomata.js#L2039
Unexpected aliasing of 'this' to local variable
static-analysis: src/parser/timedAutomata.js#L2041
'tstack' is assigned a value but never used
static-analysis: src/parser/timedAutomata.js#L2073
'popStack' is defined but never used
static-analysis: src/parser/timedAutomata.js#L2078
'_token_stack:' is defined but never used
static-analysis: src/parser/timedAutomata.js#L2090
'a' is defined but never used
static-analysis: src/parser/timedAutomata.js#L2097
Unexpected constant condition
static-analysis: src/parser/timedAutomata.js#L2198
Unreachable code
static-analysis: src/parser/timedAutomata.js#L2536
'YYSTATE' is assigned a value but never used
test
Process completed with exit code 1.
build: src/view/FreeClausesManipulation.tsx#L41
Argument of type '"freeInput"' is not assignable to parameter of type 'keyof FreeClauseViewData'.
build: src/view/ProcessSelection.tsx#L105
Type 'AutomatonOptionType' is not assignable to type 'string'.
build: src/view/ProcessSelection.tsx#L106
'event' is declared but its value is never read.
build: src/view/SystemSelection.tsx#L110
Type 'SystemOptionType' is not assignable to type 'string'.
build: src/view/UploadButton.tsx#L5
Could not find a declaration file for module '../parser/timedAutomata'. '/home/runner/work/timed-automata-analysis-frontend/timed-automata-analysis-frontend/src/parser/timedAutomata.js' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L34
Parameter 'parsedData' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L40
Parameter 'item' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L51
Parameter 'item' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L85
Parameter 'attribute' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L90
Parameter 'constr' implicitly has an 'any' type.