-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix filtering and lifting by a tag with a variable #1223
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1223 +/- ##
==========================================
+ Coverage 93.94% 93.95% +<.01%
==========================================
Files 126 126
Lines 16128 16143 +15
==========================================
+ Hits 15152 15167 +15
Misses 976 976
Continue to review full report at Codecov.
|
name = await kid.compute(path) | ||
|
||
if name == '*': | ||
return bool(node.tags) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3 avoidance of conditional logic
No description provided.