You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
552 B
26 lines
552 B
--- |
|
Rails/BulkChangeTable: |
|
Enabled: false # Conflicts with strong_migrations features |
|
|
|
Rails/Delegate: |
|
Enabled: false |
|
|
|
Rails/FilePath: |
|
EnforcedStyle: arguments |
|
|
|
Rails/HttpStatus: |
|
EnforcedStyle: numeric |
|
|
|
Rails/NegateInclude: |
|
Enabled: false |
|
|
|
Rails/RakeEnvironment: |
|
Exclude: # Tasks are doing local work which do not need full env loaded |
|
- lib/tasks/auto_annotate_models.rake |
|
- lib/tasks/emojis.rake |
|
- lib/tasks/mastodon.rake |
|
- lib/tasks/repo.rake |
|
- lib/tasks/statistics.rake |
|
|
|
Rails/SkipsModelValidations: |
|
Enabled: false
|
|
|