Skip to content

Commit

Permalink
Merge pull request #165 from koic/enable_lint_redundant_safe_navigati…
Browse files Browse the repository at this point in the history
…on_cop

Enable `Lint/RedundantSafeNavigation` cop
  • Loading branch information
toshimaru authored Sep 27, 2023
2 parents 7aa015a + 7812b3e commit e1a772f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ Lint/EnsureReturn:
Lint/RequireParentheses:
Enabled: true

Lint/RedundantSafeNavigation:
Enabled: true

Lint/RedundantStringCoercion:
Enabled: true

Expand Down

0 comments on commit e1a772f

Please sign in to comment.