Skip to content

Commit 985545d

Browse files
mokagioclaude
andcommitted
Remove xcpretty-travis-formatter from Rakefile
The Travis CI formatter is unused — CI runs on Buildkite. The Rakefile now uses plain `xcpretty` instead. --- Generated with the help of Claude Code, https://claude.ai/code Co-Authored-By: Claude Code Opus 4.6 <noreply@anthropic.com>
1 parent 48fbffe commit 985545d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def xcodebuild(*build_cmds)
192192
cmd += " -configuration #{xcode_configuration}"
193193
cmd += ' '
194194
cmd += build_cmds.map(&:to_s).join(' ')
195-
cmd += ' | bundle exec xcpretty -f `bundle exec xcpretty-travis-formatter` && exit ${PIPESTATUS[0]}' unless ENV['verbose']
195+
cmd += ' | bundle exec xcpretty && exit ${PIPESTATUS[0]}' unless ENV['verbose']
196196
sh(cmd)
197197
end
198198

0 commit comments

Comments
 (0)