Skip to content

more changes

more changes #20

Triggered via push October 6, 2025 04:28
Status Failure
Total duration 1m 41s
Artifacts

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/provenance/trrack.ts#L6
'only' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'initializeProvenanceGraph' was used before it was defined
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'f' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L24
'StateNode' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/controllers/ComponentController.tsx#L116
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/components/audioAnalysis/AudioProvenanceVis.tsx#L198
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L135
React Hook useMemo has missing dependencies: 'answers' and 'parameters.responseId'. Either include them or remove the dependency array