[roll] Roll fuchsia [doc-checker] Detecting brackets that are not links

This adds code to check for the situation where the
markdown contains [something]. This is ambiguous since
it could be an autolink to the reference [something],
or it could be simply text.

This change compares the contents of the link to the link_url
and if they are identical, it is flagged as an ignored autolink.

This generates an info message, but does not block the submission.

Note: This change is only visible if you use the
`--check-reference-links` flag.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788605
Original-Revision: 7b034cca7bf88b26bee21ed19cb3cbbabf62553a
GitOrigin-RevId: 05506fcba341343f31ede01dda32495feb90b2f0
Change-Id: I8327fde552796515377bf000c0ee0f4d440f0889
1 file changed
tree: 5152ee00cea0bb3d455800ed449bf94fd568ac52
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.