Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inherit_from:
AllCops:
UseCache: True
NewCops: enable
MigratedSchemaVersion: 20240924144745
Exclude:
- 'bin/*'
- 'db/*schema.rb'
Expand Down
11 changes: 0 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
Layout/LineLength:
Max: 140

# We don't want to change previous migrations...
#
Rails/CreateTableWithTimestamps:
Enabled: false

Rails/BulkChangeTable:
Enabled: false

Rails/ThreeStateBooleanColumn:
Enabled: false

# The models need to be fixed anyway
#
Rails/UniqueValidationWithoutIndex:
Expand Down
Loading