# rails cop settings Rails: Enabled: true # # False positives: # * On embedded models in migrations. # Rails/ApplicationRecord: Exclude: - "db/**/*" Rails/UnknownEnv: Environments: - development - staging - production - test