[roll] Roll fuchsia [fx] Make `fx format-code --files` print an error on nonexistent files

Previously it would silently skip nonexistent files. This is the correct
behavior when the list of files to format is retrieved from Git, since
Git reports deleted files, but causes `fx format-code` to misleadingly
skip files passed via the `--files` flag that don't exist, which implies
to the user that the files *do* exist and are already correctly
formatted. This is a user error that should yield a helpful message on
what went wrong.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1077752
Original-Revision: b1a70d857ab884b91c16b7447811e102889a4507
GitOrigin-RevId: 9a6007d8be74f607ea339041a75368eb9955ca5c
Change-Id: I224e376ae669f0b5ecdfdb1986829dead0ded6ff
1 file changed
tree: 207dea46f80c29d0eacc9b2fa58e8f2504a6d38d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.