projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd13da
)
Disable failing cop pending upstream fix
author
Tom Hughes
<tom@compton.nu>
Tue, 23 Apr 2019 08:25:28 +0000
(09:25 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 23 Apr 2019 08:33:34 +0000
(09:33 +0100)
.rubocop_todo.yml
patch
|
blob
|
history
diff --git
a/.rubocop_todo.yml
b/.rubocop_todo.yml
index 25a30bf40099b15ac1326ca0bcccd3568322472c..b2cc901b0959f1888f03e33b531ffce6d2d57210 100644
(file)
--- a/
.rubocop_todo.yml
+++ b/
.rubocop_todo.yml
@@
-100,6
+100,11
@@
Naming/PredicateName:
- 'app/models/user.rb'
- 'lib/classic_pagination/pagination.rb'
+# Disabled pending merge of fix for:
+# https://github.com/rubocop-hq/rubocop/issues/6943
+Rails/ActiveRecordOverride:
+ Enabled: false
+
# Offense count: 6
# Configuration parameters: Database, Include.
# SupportedDatabases: mysql, postgresql