lib/attractor/reporters/console_reporter.rb in attractor-2.5.0 vs lib/attractor/reporters/console_reporter.rb in attractor-2.6.0
- old
+ new
@@ -62,10 +62,12 @@
{
file_path: value.file_path,
score: value.score,
complexity: value.complexity,
churn: value.churn,
- refactor: to_be_refactored.include?(value.file_path)
+ refactor: to_be_refactored.include?(value.file_path),
+ details: value.details,
+ history: value.history
}
end
]
end