style: formalize preference for if/unless in rubocop (#2816)
This commit is contained in:
@@ -13,3 +13,8 @@ AllCops:
|
||||
- 'db/schema*.rb'
|
||||
- 'saas/db/migrate/**/*'
|
||||
- 'saas/db/saas_schema.rb'
|
||||
|
||||
Style/NegatedIf:
|
||||
Enabled: true
|
||||
Style/NegatedUnless:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user