Skip to content

Merge branch 'master' into performance-plugin

1d81317
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Performance plugin #9728

Merge branch 'master' into performance-plugin
1d81317
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint PR code failed Apr 8, 2026 in 1s

reviewdog [ESLint PR code] report

reported by reviewdog 🐶

Findings (1)

plugins/tiddlywiki/performance/perf-replay-command.js|32 col 3| 'path' is assigned a value but never used.

Filtered Findings (0)

Annotations

Check warning on line 32 in plugins/tiddlywiki/performance/perf-replay-command.js

See this annotation in the file changed.

@github-actions github-actions / ESLint PR code

[eslint] plugins/tiddlywiki/performance/perf-replay-command.js#L32 <no-unused-vars>(https://eslint.org/docs/latest/rules/no-unused-vars)

'path' is assigned a value but never used.
Raw output
{"ruleId":"no-unused-vars","severity":1,"message":"'path' is assigned a value but never used.","line":32,"column":3,"nodeType":"Identifier","messageId":"unusedVar","endLine":32,"endColumn":7,"suggestions":[{"messageId":"removeVar","data":{"varName":"path"},"fix":{"range":[745,771],"text":""},"desc":"Remove unused variable 'path'."}]}