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

Add check for use of specific names for intrinsic functions #254

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imciner2
Copy link
Contributor

This check uses a lot of the machinery that the comparator check uses, but just applies it to the call nodes to identify the functions.

There is still one point I am not that sure how to handle though - how to do a fix for multiple issues on one line. This can be seen in the example test3, where each violation is getting its own fix instead of both being included in a single fix (since they are all on one line).

@imciner2 imciner2 mentioned this pull request Dec 31, 2024
14 tasks
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.

1 participant