Improved Winamp Visualizer by @x2nie (#1260) #345
Annotations
11 errors and 12 warnings
Generate New Screenshots
Process completed with exit code 1.
|
Lint:
packages/webamp/js/components/FFTNullsoft.ts#L42
Identifier 'inv_half_nfreq' is not in camel case
|
Lint:
packages/webamp/js/components/FFTNullsoft.ts#L43
Identifier 'inv_half_nfreq' is not in camel case
|
Lint:
packages/webamp/js/components/FFTNullsoft.ts#L164
'real' is never reassigned. Use 'const' instead
|
Lint:
packages/webamp/js/components/FFTNullsoft.ts#L165
'imag' is never reassigned. Use 'const' instead
|
Lint:
packages/webamp/js/components/Vis.tsx#L150
React Hook useEffect has a missing dependency: 'audioStatus'. Either include it or remove the dependency array
|
Lint:
packages/webamp/js/components/VisPainter.ts#L18
Import in body of module; reorder to top
|
Lint:
packages/webamp/js/components/VisPainter.ts#L166
Expected an assignment or function call and instead saw an expression
|
Lint:
packages/webamp/js/components/VisPainter.ts#L167
Expected an assignment or function call and instead saw an expression
|
Lint:
packages/webamp/js/components/VisPainter.ts#L289
'maxFreqIndex' is never reassigned. Use 'const' instead
|
Lint:
packages/webamp/js/components/VisPainter.ts#L290
'logMaxFreqIndex' is never reassigned. Use 'const' instead
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload Screenshot Diffs
No files were found with the provided path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/. No artifacts will be uploaded.
|
Lint:
packages/skin-database/api/app.ts#L84
'use' is defined but never used
|
Lint:
packages/skin-database/api/graphql/resolvers/NodeResolver.ts#L2
'Query' is defined but never used
|
Lint:
packages/skin-database/migrations/20220218192912_ia_metadata.ts#L7
'knex' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
packages/skin-database/migrations/20220218195859_ai_metadata_timestamp.ts#L7
'knex' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
packages/skin-database/services/openAi.ts#L1
'fs' is defined but never used
|
Lint:
packages/skin-database/services/openAi.ts#L9
'prompt' is assigned a value but never used
|
Lint:
packages/skin-database/tasks/syncToArchive.ts#L88
'_iaItem' is assigned a value but never used
|
Lint:
packages/skin-database/tasks/tweetMilestones.ts#L2
'fs' is defined but never used
|
Lint:
packages/webamp/js/components/Vis.tsx#L20
Function 'preRenderBg' has too many parameters (6). Maximum allowed is 5
|
Lint:
packages/webamp/js/components/Vis.tsx#L70
Do not nest ternary expressions
|
Loading