lint warning fix (#115)
This commit is contained in:
parent
82c1d0fa3e
commit
398f312289
|
@ -100,7 +100,7 @@ def _failure_testing_test(ctx):
|
|||
return analysistest.end(env)
|
||||
|
||||
def _failure_testing_fake_rule(ctx):
|
||||
ignore = [ctx]
|
||||
_ignore = [ctx]
|
||||
fail("This rule should never work")
|
||||
|
||||
failure_testing_fake_rule = rule(
|
||||
|
|
Loading…
Reference in New Issue