Skip to content

add some search functionality #1052

add some search functionality

add some search functionality #1052

Triggered via pull request October 22, 2023 17:51
Status Success
Total duration 1m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 notices
[rubocop] app/controllers/search_controller.rb#L24 <Style/TrailingCommaInArguments>: app/controllers/search_controller.rb#L24
Put a comma after the last parameter of a multiline method call.
[rubocop] spec/helpers/search_helper_spec.rb#L1 <Style/StringLiterals>: spec/helpers/search_helper_spec.rb#L1
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] spec/requests/search_spec.rb#L1 <Style/StringLiterals>: spec/requests/search_spec.rb#L1
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
[rubocop] spec/views/search/index.html.erb_spec.rb#L1 <Style/StringLiterals>: spec/views/search/index.html.erb_spec.rb#L1
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.