Skip to content

Commit

Permalink
lint warning fix (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-parsons committed Mar 31, 2021
1 parent 82c1d0f commit 398f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_tests.bzl
Expand Up @@ -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(
Expand Down

0 comments on commit 398f312

Please sign in to comment.