Skip to content

Commit

Permalink
Don't cache rustfmt (#626)
Browse files Browse the repository at this point in the history
Rustfmt run on paths (instead of stdin) will try to follow imports. This
changed when it was made to be batched. Disabling caching fixes it.
  • Loading branch information
det committed Jan 9, 2024
1 parent cf8eeef commit 03418c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linters/rustfmt/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lint:
output: rewrite
run: rustfmt ${target}
success_codes: [0]
cache_results: true
formatter: true
in_place: true
batch: true
Expand Down

0 comments on commit 03418c5

Please sign in to comment.