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

Improve redundant-existence-check to include function args #1226

Open
anderseknert opened this issue Oct 30, 2024 · 0 comments
Open

Improve redundant-existence-check to include function args #1226

anderseknert opened this issue Oct 30, 2024 · 0 comments
Labels
enhancement New feature or request rule

Comments

@anderseknert
Copy link
Member

I caught myself writing something like this today.

response := http.send(url, opts) if url

Before I realized if url is a redundant-existence-check. Would be nice to have Regal tell me that.

@anderseknert anderseknert added enhancement New feature or request rule labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rule
Projects
None yet
Development

No branches or pull requests

1 participant