Skip to content

merging

merging #25

Triggered via push October 8, 2025 04:49
Status Failure
Total duration 1m 43s
Artifacts

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
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#L133
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/components/audioAnalysis/AudioProvenanceVis.tsx#L336
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/analysis/individualStudy/thinkAloud/TextEditor.tsx#L9
Unable to resolve path to module 'lodash'
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
lint / lint: src/analysis/individualStudy/thinkAloud/ThinkAloudAnalysis.tsx#L98
React Hook useEffect has missing dependencies: 'currentTrial', 'participantId', 'setSearchParams', and 'visibleParticipants'. Either include them or remove the dependency array
lint / lint: src/analysis/individualStudy/thinkAloud/ThinkAloudAnalysis.tsx#L94
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free