Skip to content

Commit 8bef688

Browse files
committed
Disable name-conventions on PyCcLinkParamsProvider
1 parent a55128c commit 8bef688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/py_cc_link_params_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
load("@rules_python_internal//:rules_python_config.bzl", "config")
44
load("//python/private/common:providers.bzl", _starlark_PyCcLinkParamsProvider = "PyCcLinkParamsProvider")
55

6-
_PyCcLinkParamsProvider = getattr(bazel_features.globals, "PyCcLinkParamsProvider", None)
6+
_PyCcLinkParamsProvider = getattr(bazel_features.globals, "PyCcLinkParamsProvider", None) # buildifier: disable=name-conventions
77
PyCcLinkParamsInfo = _starlark_PyCcLinkParamsProvider if config.enable_pystar or _PyCcLinkParamsProvider == None else PyCcLinkParamsProvider

0 commit comments

Comments
 (0)