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:
parent
dab944e6ca
commit
7ed1fc527e
4 changed files with 4 additions and 4 deletions
|
|
@ -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("---")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue