Skip to content

Commit

Permalink
fix(docformatter): update exit_codes, 3 is correct in in-place format…
Browse files Browse the repository at this point in the history
…ting (#518)
  • Loading branch information
ZeinBarhoum authored Aug 10, 2024
1 parent 0f4f299 commit 667102f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/conform/formatters/docformatter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ return {
command = "docformatter",
args = { "--in-place", "$FILENAME" },
stdin = false,
exit_codes = { 0, 3 },
}

0 comments on commit 667102f

Please sign in to comment.