Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip target in taplo checks #14747

Merged

Conversation

findepi
Copy link
Member

@findepi findepi commented Feb 18, 2025

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.

`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.
@findepi
Copy link
Member Author

findepi commented Feb 18, 2025

trybuild is an example of a tool that creates cargo files inside target directory.

BTW i am using trybuild in #14668, so this will become necessary change there

@findepi findepi merged commit ed517ef into apache:main Feb 18, 2025
24 checks passed
@findepi findepi deleted the findepi/skip-target-in-taplo-checks-b14cff branch February 18, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants