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

Lint: Check for Impossible filters #375

Open
u9g opened this issue Jul 12, 2023 · 0 comments
Open

Lint: Check for Impossible filters #375

u9g opened this issue Jul 12, 2023 · 0 comments

Comments

@u9g
Copy link
Contributor

u9g commented Jul 12, 2023

consider if you have something like @filter(op: "=", value: ["$foo"]) and @filter(op: "=", value: ["$foo2"])

or if you have something like @filter(op: ">", value: ["$five"]) and @filter(op: "<", value: ["$4"])

These are easily analyzable and should be caught ahead of time

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

No branches or pull requests

1 participant