Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(typescript): add flag follow aliases when emitting refs #5563

Merged
merged 1 commit into from
Apr 1, 2023

feat(typescript): add flag follow aliases when emitting refs

1c2ac3f
Select commit
Failed to load commit list.
Merged

feat(typescript): add flag follow aliases when emitting refs #5563

feat(typescript): add flag follow aliases when emitting refs
1c2ac3f
Select commit
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
In Solidarity / Inclusive Language succeeded Mar 31, 2023 in 1s

Check completed with success

Configuration

Below is the configuration used for this check run:

rules:
  master:
    regex:
      - /master/gi
    level: warning
    alternatives:
      - primary
      - main
      - leader
      - active
      - writer
  slave:
    regex:
      - /slave/gi
    level: warning
    alternatives:
      - secondary
      - node
      - worker
      - replica
      - passive
  whitelist:
    regex:
      - /white[_-]*list/gi
    level: warning
    alternatives:
      - include list
      - allow list
  blacklist:
    regex:
      - /black[_-]*list/gi
    level: warning
    alternatives:
      - exclude list
      - deny list
  grandfathered:
    regex:
      - /grandfathered/gi
    level: 'off'
    alternatives:
      - legacied
      - exempted
  sanity_check:
    regex:
      - /sanity[_-]*check/gi
    level: 'off'
    alternatives:
      - smoke test
      - confidence check
  man_hours:
    regex:
      - /man[_-]*hours/gi
    level: 'off'
    alternatives:
      - person-hours
      - human-hours
ignore:
  - .github/in-solidarity.yml
  - tools/build_rules/llvm/generated_cmake_targets.bzl
  - tools/platforms/configs/**
defaultMessage: >

  Please consider an alternative to `{{match}}`. 

  {{#if alternatives~}}


  Possibilities include: {{#each alternatives}}{{#if @index}},
  {{/if}}`{{this}}`{{/each}}

  {{~/if}}

For more information on configuration and rules, check the documentation.

App version