Skip to content

Commit

Permalink
Style: Turn on "Assume Explicit For" and scope autolinks (#580)
Browse files Browse the repository at this point in the history
By default, Bikeshed will resolve unscoped autolinks to definitions
_with_ a `for` value automatically if it can. Turning this option on
makes unscoped links only resolve to definitions _without_ a `for`,
i.e. top-level definitions. Since we want to scope links (already
called out in docs/SpecCodingConventions.md), turning this option on
reveals where we're not scoping links.

Docs: https://speced.github.io/bikeshed/#metadata-assume-explicit-for
  • Loading branch information
inexorabletash authored Feb 22, 2024
1 parent b54884c commit a6326c0
Showing 1 changed file with 71 additions and 70 deletions.
Loading

0 comments on commit a6326c0

Please sign in to comment.