lib/rake/funnel/integration/teamcity/progress_report.rb in rake-funnel-0.18.0 vs lib/rake/funnel/integration/teamcity/progress_report.rb in rake-funnel-0.19.0
- old
+ new
@@ -5,10 +5,10 @@
module Integration
module TeamCity
class ProgressReport < Rake::Funnel::Integration::ProgressReport
include Rake::Funnel::Integration
- def initialize
+ def initialize # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/CyclomaticComplexity
super do
task_starting do |task, _args|
next unless TeamCity.running?
unless TeamCity.rake_runner?