Skip to content

Commit

Permalink
fix: rubocop succeeds even if some errors are not autocorrected (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Sep 25, 2023
1 parent bb247ae commit 34daf23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/conform/formatters/rubocop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ return {
"--stdin",
"$FILENAME",
},
exit_codes = { 0, 1 },
}

0 comments on commit 34daf23

Please sign in to comment.