[roll] Roll fuchsia [fidl][lint] Add unknown interaction lints

Add two new lints: explicit-flexible-method-modifier and
explicit-openness-modifier. To prevent these lints from affecting anyone
yet, also create a new category of "experimental" lints. Experimental
lints only apply if they are explicitly enabled via the 'include lints'
mechanism, even if they are not explicitly excluded.

explicit-flexible-method-modifier could probably be part of
explicit-flexible-modifier, however a distinct ID is needed to be able
to mark it as experimental. These two lints may be merged back together
later once explicit-flexible-method-modifier is no longer experimental.

Original-Bug: 88366
Test: fx test fidlc-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755600
Original-Revision: e7fb33c306185aea2d01316160695ef80317fd8e
GitOrigin-RevId: 845cc06de774f632f535e50ecf8acb7202d90a67
Change-Id: I9cef765e8157f3b82d907c8ceaf750874dabc6bb
1 file changed
tree: 7bb1bfb8254ed0c66193be8e4d44352e0c7e7e47
  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.