projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'pull/5338'
[rails.git]
/
.rubocop.yml
diff --git
a/.rubocop.yml
b/.rubocop.yml
index 34605df1d8b821fe083d88b8caa07a3ea222562b..8b6ed018032c66c116e4b08fe6ba697e9c608a9d 100644
(file)
--- a/
.rubocop.yml
+++ b/
.rubocop.yml
@@
-1,12
+1,16
@@
inherit_from: .rubocop_todo.yml
require:
inherit_from: .rubocop_todo.yml
require:
+ - rubocop-capybara
+ - rubocop-factory_bot
- rubocop-minitest
- rubocop-performance
- rubocop-rails
- rubocop-minitest
- rubocop-performance
- rubocop-rails
+ - rubocop-rake
AllCops:
AllCops:
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 3.1
+ NewCops: enable
Exclude:
- 'vendor/**/*'
Exclude:
- 'vendor/**/*'
@@
-36,15
+40,21
@@
Metrics/ModuleLength:
Naming/FileName:
Exclude:
- 'script/deliver-message'
Naming/FileName:
Exclude:
- 'script/deliver-message'
- - 'script/locale/reload-languages'
- 'script/update-spam-blocks'
Naming/MethodParameterName:
Enabled: false
- 'script/update-spam-blocks'
Naming/MethodParameterName:
Enabled: false
+# This conflicts with Strong Migrations, which can't check `change_table`
+Rails/BulkChangeTable:
+ Enabled: false
+
Rails/CreateTableWithTimestamps:
Enabled: false
Rails/CreateTableWithTimestamps:
Enabled: false
+Rails/FindBy:
+ IgnoreWhereFirst: false
+
Rails/FindEach:
Enabled: false
Rails/FindEach:
Enabled: false
@@
-54,7
+64,7
@@
Rails/HasManyOrHasOneDependent:
Rails/HttpPositionalArguments:
Enabled: false
Rails/HttpPositionalArguments:
Enabled: false
-Rails/
InverseOf
:
+Rails/
ReflectionClassName
:
Enabled: false
Rails/SkipsModelValidations:
Enabled: false
Rails/SkipsModelValidations:
@@
-66,7
+76,8
@@
Style/Documentation:
Enabled: false
Style/FormatStringToken:
Enabled: false
Style/FormatStringToken:
- EnforcedStyle: template
+ Exclude:
+ - 'config/routes.rb'
Style/IfInsideElse:
Enabled: false
Style/IfInsideElse:
Enabled: false