Closed fatkodima closed 1 month ago
Currently, EnvLocal cop does not detect !Rails.env.development? && !Rails.env.test? as an offense (!Rails.env.local?).
EnvLocal
!Rails.env.development? && !Rails.env.test?
!Rails.env.local?
I found a few such cases in my project.
Currently,
EnvLocal
cop does not detect!Rails.env.development? && !Rails.env.test?
as an offense (!Rails.env.local?
).I found a few such cases in my project.