Skip to content

Implement real search_pages for XWiki

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

Implement real search_pages for XWiki #23465

Implement real search_pages for XWiki
b04f296
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed May 29, 2026 in 0s

reviewdog [rubocop] report

Annotations

Check notice on line 47 in modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb#L47 <Style/StringLiteralsInInterpolation>

Prefer single-quoted strings inside interpolations.
Raw output
modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb:47:77: C: Style/StringLiteralsInInterpolation: Prefer single-quoted strings inside interpolations.

Check warning on line 61 in modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb#L61 <Lint/NoReturnInBeginEndBlocks>

Do not `return` in `begin..end` blocks in assignment contexts.
Raw output
modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/concerns/xwiki_query.rb:61:21: W: Lint/NoReturnInBeginEndBlocks: Do not `return` in `begin..end` blocks in assignment contexts.

Check notice on line 47 in modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/search_pages.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/search_pages.rb#L47 <Layout/LineLength>

Line is too long. [141/130]
Raw output
modules/wikis/app/services/wikis/adapters/providers/xwiki/queries/search_pages.rb:47:131: C: Layout/LineLength: Line is too long. [141/130]