exe/chutney in chutney-3.7.0 vs exe/chutney in chutney-3.8.0
- old
+ new
@@ -22,11 +22,11 @@
formatters << formatter
end
opts.on('-q',
'--quiet',
- 'Disable chutney usage warnings. Does not affect the output of the formatters.') do
+ 'Disable chutney usage warnings. Does not affect the output of the formatters.') do
quiet = true
end
opts.on('-v', '--version', 'Display the version.') do
puts Chutney::VERSION
@@ -88,9 +88,9 @@
basic_formatter = Chutney::Formatter.new
basic_formatter.results = report
if basic_formatter.files_with_issues.empty?
- exit(true)
+ exit
else
exit(false)
end