未验证 提交 b3108275 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #34666 from vinistock/upgrade_rubocop_and_fix_offenses

Upgrade Rubocop to 0.61.1 and fix offenses
......@@ -399,7 +399,7 @@ GEM
resque (~> 1.26)
rufus-scheduler (~> 3.2)
retriable (3.1.2)
rubocop (0.60.0)
rubocop (0.61.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
......
......@@ -38,6 +38,7 @@ def store_inherited(klass, descendant)
end
private
def accumulate_descendants(klass, acc)
if direct_descendants = @@direct_descendants[klass]
acc.concat(direct_descendants)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册