Explain why tests/ui-fulldeps/ is unformatted.

This commit is contained in:
Nicholas Nethercote 2024-06-04 10:27:30 +10:00
parent 758d49e5c8
commit d2ea692e2d

View File

@ -21,7 +21,7 @@ ignore = [
"/tests/rustdoc-gui/", # Some tests are sensitive to source code layout.
"/tests/rustdoc-ui/", # Some have syntax errors, some are whitespace-sensitive.
"/tests/ui/", # Some have syntax errors, some are whitespace-sensitive.
"/tests/ui-fulldeps/",
"/tests/ui-fulldeps/", # Some are whitespace-sensitive (e.g. `// ~ERROR` comments).
# Do not format submodules.
# FIXME: sync submodule list with tidy/bootstrap/etc