Skip to content

Commit

Permalink
Add oncall to TARGETS file
Browse files Browse the repository at this point in the history
Summary:
Address the lint
```
   Warning  (BUCKLINT) require_buck_oncall.missing-oncall-call
    `oncall()` annotation required for BUCK/TARGETS files.
```

Reviewed By: aristidisp

Differential Revision: D66538912

fbshipit-source-id: dc4cc1129fd869f541d428c61043242eb7ef5ad6
  • Loading branch information
yoney authored and facebook-github-bot committed Nov 27, 2024
1 parent 9c2bca6 commit 883752c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fb303/thrift/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ load("//unicorn/thrift-plugins/merge_into:merge_into.bzl", "thrift_plugin_merge_
load("//unicorn/thrift-plugins/privacy_proxy:privacy_proxy.bzl", "thrift_plugin_privacy_proxy")
load("//unicorn/thrift-plugins/subtract_from:subtract_from.bzl", "thrift_plugin_subtract_from")

oncall("thrift")

# The main thrift_library()
#
# This automatically generates language-specific rules name "fb303_core-cpp2-*",
Expand Down

0 comments on commit 883752c

Please sign in to comment.