lint warning fix (#115)

This commit is contained in:
c-parsons 2021-03-31 16:06:00 -04:00 committed by GitHub
parent 82c1d0fa3e
commit 398f312289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(