Skip to content
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: false negative in FURB111 #313

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Fix: false negative in FURB111 #313

merged 2 commits into from
Dec 22, 2023

Conversation

sbrugman
Copy link
Contributor

Found that lambda x, t: tf.cast(x, t) was not found by the use-func-name rule.
This should solve it.

(Was looking for a similar rule to implement #290)

Copy link
Owner

@dosisod dosisod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this! Sorry this PR slipped under the radar, merging now.

I also went ahead and updated the err_111.txt file. Whenever you add/remove/modify the err_xyz.py files you need to run make update-tests to regenerate the data files. It's documented in the "Adding New Checks" file, though there isn't a link to it anywhere, so I'll add a link to the README.

@dosisod dosisod merged commit fc48b56 into dosisod:master Dec 22, 2023
3 checks passed
@sbrugman sbrugman deleted the fix-111 branch December 22, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants