Add and apply Rails/OrderArguments rubocop rule

This rule was introduced in rubocop-rails 2.33. We were following it
most of the time.
This commit is contained in:
Javi Martín
2025-10-31 13:02:09 +01:00
parent 0c5dc24cc2
commit 048bdb2e9e
12 changed files with 17 additions and 14 deletions

View File

@@ -469,6 +469,9 @@ Rails/NotNullColumn:
Exclude:
- "db/migrate/201[5-7]*"
Rails/OrderArguments:
Enabled: true
Rails/OutputSafety:
Enabled: true
Severity: warning