Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix saving search list #1305

Merged
merged 3 commits into from
Jul 19, 2024

Fix some rubocop issues

1edd88e
Select commit
Loading
Failed to load commit list.
Merged

Fix saving search list #1305

Fix some rubocop issues
1edd88e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Rubocop succeeded Jul 19, 2024 in 1s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 21 in spec/controllers/lists_controller_spec.rb

See this annotation in the file changed.

Code scanning / Rubocop

Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test

Style/HashSyntax: Omit the hash value.

Check notice on line 27 in spec/controllers/lists_controller_spec.rb

See this annotation in the file changed.

Code scanning / Rubocop

Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test

Style/HashSyntax: Omit the hash value.

Check notice on line 45 in spec/controllers/lists_controller_spec.rb

See this annotation in the file changed.

Code scanning / Rubocop

Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test

Style/HashSyntax: Omit the hash value.