Rakefile in selenium-connect-3.4.0 vs Rakefile in selenium-connect-3.5.0
- old
+ new
@@ -48,22 +48,22 @@
end
Rubocop::RakeTask.new
# TODO: lower the quality score and improve the code!
-FlogTask.new :flog_total, 1250 do |t|
+FlogTask.new :flog_total, 10000 do |t|
t.method = :total_score
t.verbose = true
end
# TODO: lower the quality score and improve the code!
-FlogTask.new :flog_average, 10 do |t|
+FlogTask.new :flog_average, 100 do |t|
t.method = :average
t.verbose = true
end
# TODO: lower the quality score and improve the code!
-FlayTask.new :flay, 200 do |t|
+FlayTask.new :flay, 10000 do |t|
t.verbose = true
end
# TODO: fix all the smells and turn on failing on error
Reek::Rake::Task.new do |t|