Files
codeocean/.rubocop/rails.yml
2021-05-14 22:03:06 +02:00

20 lines
256 B
YAML

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