Add a trailing whitespace to an arcanist PHP file, then:
arc land --preview
Check the linter error is returned.
arc land --preview --nolint
Check no linter error is returned. Arc land will fail due to dirty tree.
Create a local commit with a clang-format violation (such as bad header
ordering).
arc land --preview
See the auto amend message. `arc land` should succeed.