Rename "unused_ctx" to "_unused_ctx", maybe buildifier will like that more?
This commit is contained in:
parent
2b6af3a889
commit
00f982a375
|
@ -293,7 +293,7 @@ _DormantTargetTestDependencyInfo = provider(
|
|||
},
|
||||
)
|
||||
|
||||
def _inspect_dormant_target_fake_dependency_rule_impl(unused_ctx):
|
||||
def _inspect_dormant_target_fake_dependency_rule_impl(_unused_ctx):
|
||||
return [
|
||||
_DormantTargetTestDependencyInfo(
|
||||
value = "i am material",
|
||||
|
|
Loading…
Reference in New Issue