Skip to content

Commit

Permalink
fix(rubyfmt): exit code 1 should not be a success (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Oct 24, 2023
1 parent 7f5ff6d commit e4ecb6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/conform/formatters/rubyfmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ return {
description = "Ruby Autoformatter! (Written in Rust)",
},
command = "rubyfmt",
exit_codes = { 0, 1 },
}

0 comments on commit e4ecb6e

Please sign in to comment.