lib/ohloh_scm/hg/activity.rb in ohloh_scm-3.0.19 vs lib/ohloh_scm/hg/activity.rb in ohloh_scm-3.0.21
- old
+ new
@@ -1,10 +1,8 @@
# frozen_string_literal: true
require 'shellwords'
-
-# rubocop:disable Metrics/ClassLength
module OhlohScm
module Hg
class Activity < OhlohScm::Activity
def commit_count(opts = {})
commit_tokens(opts).size
@@ -183,6 +181,5 @@
hg_client
end
end
end
end
-# rubocop:enable Metrics/ClassLength