Skip to content

Commit d613aad

Browse files
committed
Resolved Lint/RedundantCopDisableDirective
1 parent 2185d63 commit d613aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gem/lib/go_gem/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module GoGem
4444
# end
4545
# end
4646
# end
47-
class RakeTask < ::Rake::TaskLib # rubocop:disable Metrics/ClassLength
47+
class RakeTask < ::Rake::TaskLib
4848
DEFAULT_TASK_NAMESPACE = :go
4949

5050
DEFAULT_GO_BIN_PATH = "go"

0 commit comments

Comments
 (0)