The default `arc land` workflow does not run the linters before landing.
This can cause issues when the user issues a rebase before landing, such
as D5192.
This diff runs `arc lint --severity autofix --amend-autofix` before `arc
land` to try to catch these issues.
A `--nolint` options is added to `arc land` to avoid deadlocks.