Add maximum allowed gif dimension #8637
Annotations
11 warnings
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
utils/contributors-png.mjs#L25
utils/contributors-png.mjs:25:12: Catch parameter 'err' is caught but never used.
|
|
eslint(no-unused-vars):
utils/contributors-png.js#L26
utils/contributors-png.js:26:12: Catch parameter 'err' is caught but never used.
|
|
eslint(no-constant-condition):
src/type/textCore.js#L1912
src/type/textCore.js:1912:17: Unexpected constant condition
|
|
eslint(no-constant-condition):
src/type/textCore.js#L1869
src/type/textCore.js:1869:11: Unexpected constant condition
|
|
eslint(no-constant-binary-expression):
src/type/textCore.js#L1813
src/type/textCore.js:1813:9: Unexpected constant truthiness on the left-hand side of a "&&" expression
|
|
eslint(no-constant-condition):
src/type/textCore.js#L1813
src/type/textCore.js:1813:9: Unexpected constant condition
|
|
eslint(no-control-regex):
src/type/textCore.js#L26
src/type/textCore.js:26:28: Unexpected control character
|
|
eslint(no-unused-private-class-members):
src/color/p5.Color.js#L309
src/color/p5.Color.js:309:3: 'toColorMode' is defined but never used.
|
|
eslint(no-unused-vars):
src/color/p5.Color.js#L131
src/color/p5.Color.js:131:18: Catch parameter 'err' is caught but never used.
|
|
eslint(no-unused-vars):
src/color/p5.Color.js#L22
src/color/p5.Color.js:22:3: Identifier 'toGamut' is imported but never used.
|