Fix: Removes a misleading log message telling that a custom renderer is not recognized while it clearly is. Adding a new example to demo custom renderers for prove. #29929
Triggered via pull request
November 21, 2024 23:53
Status
Success
Total duration
18m 49s
Artifacts
–
Annotations
3 warnings and 5 notices
lint/suspicious/noConsoleLog:
scripts/cmd/build.js#L104
Don't use console.log
|
lint/suspicious/noConsoleLog:
scripts/cmd/build.js#L108
Don't use console.log
|
lint/suspicious/noConsoleLog:
.github/scripts/announce.mjs#L162
Don't use console.log
|
lint/correctness/noUnusedFunctionParameters:
benchmark/bench/_template.js#L12
This parameter is unused.
|
lint/correctness/noUnusedVariables:
benchmark/bench/_template.js#L12
This parameter is unused.
|
lint/correctness/noUnusedFunctionParameters:
benchmark/bench/_template.js#L12
This parameter is unused.
|
lint/correctness/noUnusedVariables:
benchmark/bench/_template.js#L12
This parameter is unused.
|
lint/correctness/noUnusedVariables:
.github/scripts/announce.mjs#L144
This variable is unused.
|