Skip to content

feat: user-specified validation rule skips#340

Merged
DamianCzajkowski merged 4 commits intomirumee:mainfrom
ryanswrt:feat/configureable-validation
Mar 13, 2026
Merged

feat: user-specified validation rule skips#340
DamianCzajkowski merged 4 commits intomirumee:mainfrom
ryanswrt:feat/configureable-validation

Conversation

@ryanswrt
Copy link
Copy Markdown
Contributor

This feature allows for the user to specify which validation rules they want to skip. Currently we only support 2 rules (the implicit no unused fragments rule and the UniqueFragmentNames rule).

My use-case is - the https://github.com/graphql-rust/graphql-client/ that I am using for for my rust client generation doesn't support importing fragments; but I have standard fragments for pagination that I would otherwise share. I don't want to maintain 2 sets of queries for my python and rust clients. As long as these fragments are identical, it doesn't matter whether they are re-defined, so I am safe to turn off this validation rule.

This feature allows for the user to specify which validation rules they
want to skip. Currently we only support 2 rules (the implicit no unused
fragments rule and the UniqueFragmentNames rule).
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 12, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e050fbcb-d801-456c-b1d1-b637ea90c1d5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan for PR comments
  • Generate coding plan

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@DamianCzajkowski DamianCzajkowski merged commit b7f7404 into mirumee:main Mar 13, 2026
6 checks passed
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