Skip to content

Commit

Permalink
Merge pull request #205 from r7kamura/rails-route
Browse files Browse the repository at this point in the history
Fix `Include` config of `RailsRouteAs` and `RailsRouteOrdered`
  • Loading branch information
r7kamura committed May 13, 2024
2 parents b1af2cf + e241850 commit 56f88b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,16 @@ Sevencop/RailsRouteAs:
Description: |
Always use `as` option on routing methods.
Enabled: false
Include:
- config/routes.rb

Sevencop/RailsRouteOrdered:
Description: |
Sort routes by path and HTTP method.
Enabled: false
Safe: false
Include:
- config/routes.rb

Sevencop/RailsSpecificActionName:
Description: |
Expand Down

0 comments on commit 56f88b2

Please sign in to comment.