From e2418506d2d057f6757a89c573ed48394a5d52eb Mon Sep 17 00:00:00 2001 From: r7kamura Date: Mon, 13 May 2024 18:57:46 +0900 Subject: [PATCH] Fix `Include` config of `RailsRouteAs` and `RailsRouteOrdered` --- config/default.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/default.yml b/config/default.yml index 6c24811..36656bf 100644 --- a/config/default.yml +++ b/config/default.yml @@ -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: |