mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-06-30 21:27:59 -04:00
Skip target in taplo checks (#14747)
`target` can contain arbitrary files. Contents depend on tools used and tests run, and may even include `Cargo.toml` files that are not properly formatted. The taplo check should never complain on files that are not meant to be part of the repository, and `target` contents clearly falls into that category. `trybuild` is an example of a tool that creates cargo files inside target directory.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
## https://taplo.tamasfe.dev/configuration/file.html
|
||||
|
||||
include = ["**/Cargo.toml"]
|
||||
exclude = ["target/*"]
|
||||
|
||||
[formatting]
|
||||
# Align consecutive entries vertically.
|
||||
|
||||
Reference in New Issue
Block a user