Closed
Description
Right now using jj
to manage the rust-lang/rust repo locally causes x tidy
to fail: #128706
This is a result of jj not yet having support for .gitattributes
which is responsible for adding the crlf
character to the failing test.
While I would love to get that support added to jj upstream I'm assuming it is non-trivial and I'd like a better solution in the short term so I can continue to use jj
while contributing to the compiler.
@jyn514 suggested I use --exclude tests/rustdoc-ui/intra-doc/warning-crlf.rs
in the meantime which I'm fine with but I'd like a way to set this in my config.toml
or some equivalent mechanism doesn't require manually adding this set of arguments to every invocation of x test
I make.