Skip to content

Commit

Permalink
Fix steep failed but exit code is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jun 25, 2024
1 parent 8fab7c5 commit 2ffc9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task :steep do
require "steep"
require "steep/cli"

Steep::CLI.new(argv: ["check"], stdout: $stdout, stderr: $stderr, stdin: $stdin).run
abort("Steep failed!") if Steep::CLI.new(argv: ["check"], stdout: $stdout, stderr: $stderr, stdin: $stdin).run
end

task default: %i[spec rubocop steep]

0 comments on commit 2ffc9c8

Please sign in to comment.