Live Runner for Scope #2736
lint.yml
on: pull_request
Python Linting (Ruff)
1m 6s
Frontend Linting (ESLint + Prettier)
34s
Annotations
14 warnings
|
Frontend Linting (ESLint + Prettier)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/MidiNode.tsx#L174
The 'channels' conditional could make the dependencies of useCallback Hook (at line 350) change on every render. To fix this, wrap the initialization of 'channels' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/KnobsNode.tsx#L230
React Hook useEffect has a missing dependency: 'knobs'. Either include it or remove the dependency array
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/KnobsNode.tsx#L214
The 'knobs' conditional could make the dependencies of useCallback Hook (at line 268) change on every render. To fix this, wrap the initialization of 'knobs' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/KnobsNode.tsx#L214
The 'knobs' conditional could make the dependencies of useCallback Hook (at line 263) change on every render. To fix this, wrap the initialization of 'knobs' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/KnobsNode.tsx#L214
The 'knobs' conditional could make the dependencies of useCallback Hook (at line 254) change on every render. To fix this, wrap the initialization of 'knobs' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/KnobsNode.tsx#L214
The 'knobs' conditional could make the dependencies of useCallback Hook (at line 245) change on every render. To fix this, wrap the initialization of 'knobs' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/ControlNode.tsx#L109
The 'controlCounters' logical expression could make the dependencies of useEffect Hook (at line 165) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'controlCounters' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/ControlNode.tsx#L79
The 'items' logical expression could make the dependencies of useEffect Hook (at line 288) change on every render. To fix this, wrap the initialization of 'items' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/nodes/ControlNode.tsx#L79
The 'items' logical expression could make the dependencies of useEffect Hook (at line 174) change on every render. To fix this, wrap the initialization of 'items' in its own useMemo() Hook
|
|
Frontend Linting (ESLint + Prettier):
frontend/src/components/graph/hooks/node/useNodeFactories.ts#L648
React Hook useCallback has an unnecessary dependency: 'nodes'. Either exclude it or remove the dependency array
|
|
Python Linting (Ruff)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, astral-sh/setup-uv@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Python Linting (Ruff)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0G29ZagAAAAAcJiDdmKdOQIDK6ndGm4TdTVNQMzExMDAwMTAyMDM3AEVkZ2U=
|
|
Python Linting (Ruff)
Failed to restore: Cache service responded with 400
|