Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Fix Rubocop error in Rollbar config #29

@xredo

Description

@xredo

This line produces a Rubocop error:

https://github.com/MarsBased/pathfinder/blob/b855cea85850e6e821e0f0c10df611a35b1120f1/recipes/rollbar.rb#L13

Rubocop error: Performance/Redundant Merge.

It is solved by using: config.exception_level_filters['ActionController::RoutingError'] = 'ignore' instead.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions