Skip to content

Commit

Permalink
Add missing Include paths for Rails/MultipleRoutePaths
Browse files Browse the repository at this point in the history
Follow up #1407.
  • Loading branch information
koic committed Jan 16, 2025
1 parent b1fbd49 commit 4e4b1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ Rails/MultipleRoutePaths:
Enabled: pending
Severity: warning
VersionAdded: '<<next>>'
Include:
- config/routes.rb
- config/routes/**/*.rb

Rails/NegateInclude:
Description: 'Prefer `collection.exclude?(obj)` over `!collection.include?(obj)`.'
Expand Down

0 comments on commit 4e4b1e6

Please sign in to comment.