feat(cli): scope query unresolved diagnostics#93
Merged
Conversation
ce3d6ce to
89500c1
Compare
64ca3a3 to
47c1947
Compare
47c1947 to
038f661
Compare
longlho
pushed a commit
that referenced
this pull request
Jun 1, 2026
🤖 I have created a release *beep* *boop* --- ## [0.7.0](codescythe_cli_v0.6.1...codescythe_cli_v0.7.0) (2026-06-01) ### Features * **cli:** add query diagnostics ([#92](#92)) ([718688f](718688f)) * **cli:** add query unresolved filter ([#90](#90)) ([9a7aa33](9a7aa33)) * **cli:** scope query unresolved diagnostics ([#93](#93)) ([4b79c85](4b79c85)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--include-unresolvedto accept optionalallorrelatedscope values--include-unresolvedas the full unresolved diagnostics behavior--include-unresolved=relatedfor unresolved imports from query endpoints and returned path graph filesTest plan
Stacked on #92.