Skip to content

Commit

Permalink
Use --diff when running ruff as check (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheusBachinger authored Sep 12, 2024
1 parent 981909c commit b86c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/private/formatter_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CHECK_FLAGS = {
"buildifier": "-mode=check",
"swiftformat": "--lint",
"prettier": "--check",
"ruff": "format --check --force-exclude",
"ruff": "format --check --force-exclude --diff",
"shfmt": "--diff --apply-ignore",
"java-format": "--set-exit-if-changed --dry-run",
"ktfmt": "--set-exit-if-changed --dry-run",
Expand Down

0 comments on commit b86c12a

Please sign in to comment.