Skip to content

Commit 169af91

Browse files
committed
Suspress offense: Layout/LineLength
1 parent 45fccd5 commit 169af91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_gem/lib/go_gem/rake_task.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
require_relative "util"
77

88
module GoGem
9+
# rubocop:disable Layout/LineLength
10+
911
# Provides rake tasks for `go test` with CRuby
1012
#
1113
# @example Without config
@@ -45,6 +47,8 @@ module GoGem
4547
# end
4648
# end
4749
class RakeTask < ::Rake::TaskLib
50+
# rubocop:enable Layout/LineLength
51+
4852
DEFAULT_TASK_NAMESPACE = :go
4953

5054
DEFAULT_GO_BIN_PATH = "go"

0 commit comments

Comments
 (0)