diff options
author | David RodrÃguez <[email protected]> | 2020-07-11 09:32:56 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-07-31 21:07:19 +0900 |
commit | cba805536ebf9c16c6f6438b023cd476a8dfaa93 () | |
tree | 2d9da447b590e56409df8c4e59f6708bcbc5d1e9 /test/rubygems/test_gem_commands_build_command.rb | |
parent | b7e88e3c2f8fde3af2ac8aec30bd7c79ecb41cd9 (diff) |
[rubygems/rubygems] Enable `Layout/LeadingEmptyLines` in rubygems
https://.com/rubygems/rubygems/commit/9c17f220af
Notes: Merged: https://.com/ruby/ruby/pull/3379
-rw-r--r-- | test/rubygems/test_gem_commands_build_command.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ - # frozen_string_literal: true require 'rubygems/test_case' require 'rubygems/commands/build_command' |