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 no_unused_variables and mark missing defer ones #1

Merged
merged 3 commits into from
May 22, 2024

Conversation

JoviDeCroock
Copy link
Contributor

Adds one of the missing rules, we are also missing only_executable_definitions as a rule, however we can't really enforce that as our parser only parses Operation and Fragment anyway.

@JoviDeCroock JoviDeCroock requested a review from dpetrick May 22, 2024 12:23
src/validate/rules/no_unused_variables.rs Outdated Show resolved Hide resolved
@JoviDeCroock JoviDeCroock force-pushed the add-schemaless-validation-rules branch from b0cdf31 to 677d6fd Compare May 22, 2024 17:24
@JoviDeCroock JoviDeCroock merged commit 9122b54 into main May 22, 2024
1 check passed
@JoviDeCroock JoviDeCroock deleted the add-schemaless-validation-rules branch May 22, 2024 17:27
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.

2 participants