Skip to content

Commit 9aa09b4

Browse files
sue445matzbot
authored andcommitted
[ruby/rubygems] Fixed RuboCop offense in Rakefile generated by bundle gem
``` Offenses: Rakefile:18:1: C: [Correctable] Layout/EmptyLines: Extra blank line detected. Diff: @@ -11,4 +11,5 @@ ext.lib_dir = "lib/test_gem" end + task default: :compile ruby/rubygems@8c414729df
1 parent a26f823 commit 9aa09b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/bundler/templates/newgem/Rakefile.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ require "go_gem/rake_task"
6464

6565
GoGem::RakeTask.new("<%= config[:underscored_name] %>")
6666
<% end -%>
67-
6867
<% end -%>
6968
<% if default_task_names.size == 1 -%>
7069
task default: <%= default_task_names.first.inspect %>

0 commit comments

Comments
 (0)