-
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The Rails/EnvLocal cop will detect cases like
Rails.env.development? || Rails.env.test?and
Rails.env.development? || Rails.env.test? || foo?but it will currently not detect this case:
foo? || Rails.env.development? || Rails.env.test?Would it be possible to change the cop to catch such a case?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request