projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe21fe
)
Bump max blocklength for additional routes
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:00:38 +0000
(14:00 +0200)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:00:38 +0000
(14:00 +0200)
.rubocop_todo.yml
patch
|
blob
|
history
diff --git
a/.rubocop_todo.yml
b/.rubocop_todo.yml
index f012237b31aba8b6fff09b291fa9f98ce279c6b4..78ed84ac3472c25a241428f9d93a9c35198aa8b3 100644
(file)
--- a/
.rubocop_todo.yml
+++ b/
.rubocop_todo.yml
@@
-54,7
+54,7
@@
Metrics/AbcSize:
# Offense count: 41
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 26
1
+ Max: 26
2
# Offense count: 11
# Configuration parameters: CountBlocks.