Skip to content
  • Quang-Minh Nguyen's avatar
    Implement a linter to discourage future usage of Unavailable code · 7b5689f4
    Quang-Minh Nguyen authored
    The prior commit fixes inelligible usages of Unavailable status codes.
    To prevent this situation from happening in the future, this commit
    implements a linter that it warns occurrences where Unavailable code is
    used. Engineers can ignore it by adding a comment, but at least this
    practice catches their eyes.
    7b5689f4