projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
.rubocop.yml
diff --git
a/.rubocop.yml
b/.rubocop.yml
index dc2a33a35b05d863e828a7afd5649ec8461534b4..8b6ed018032c66c116e4b08fe6ba697e9c608a9d 100644
(file)
--- a/
.rubocop.yml
+++ b/
.rubocop.yml
@@
-9,7
+9,7
@@
require:
- rubocop-rake
AllCops:
- rubocop-rake
AllCops:
- TargetRubyVersion: 3.
0
+ TargetRubyVersion: 3.
1
NewCops: enable
Exclude:
- 'vendor/**/*'
NewCops: enable
Exclude:
- 'vendor/**/*'
@@
-45,9
+45,16
@@
Naming/FileName:
Naming/MethodParameterName:
Enabled: false
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