Skip to content

Kill linter error

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

Allow the default filter run prefix to be specified to avoid unexpected deduplication #9595

Kill linter error
f2fbcf6
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint PR code failed Jan 20, 2026 in 1s

reviewdog [ESLint PR code] report

reported by reviewdog 🐶

Findings (1)

core/modules/filters.js|259 col 32| Strings must use doublequote.

Filtered Findings (0)

Annotations

Check failure on line 259 in core/modules/filters.js

See this annotation in the file changed.

@github-actions github-actions / ESLint PR code

[eslint] core/modules/filters.js#L259 <@stylistic/quotes>(https://eslint.style/rules/quotes)

Strings must use doublequote.
Raw output
{"ruleId":"@stylistic/quotes","severity":2,"message":"Strings must use doublequote.","line":259,"column":32,"nodeType":"Literal","messageId":"wrongQuotes","endLine":259,"endColumn":35,"fix":{"range":[8068,8071],"text":"\"|\""}}