1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Bump rubocop to 0.74.0

And reenable exclusion because the bug why we added them has been fixed.
See https://github.com/rubocop-hq/rubocop/issues/6861.

bda63fcffc
This commit is contained in:
David Rodríguez 2019-07-31 23:56:05 +02:00 committed by Hiroshi SHIBATA
parent dab944e6ca
commit 7ed1fc527e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
module Bundler
# A stub yaml serializer that can handle only hashes and strings (as of now).
module YAMLSerializer
module_function # rubocop:disable Layout/AccessModifierIndentation
module_function
def dump(hash)
yaml = String.new("---")