| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR removes the deprecated quality-queries input by hard-coding the code quality queries to use ["code-quality"]. This is part of a larger effort to remove AugmentationProperties from Config and transition users to the analysis-kinds input instead.
Key changes:
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| src/init-action.ts | Adds deprecation warning for quality-queries input and passes it to config initialization |
| src/config-utils.ts | Removes qualityQueriesInput from AugmentationProperties and calculateAugmentation function |
| src/config-utils.test.ts | Updates tests to remove quality-queries parameter from test cases |
| src/analyze.ts | Replaces quality queries input with hard-coded code-quality queries from analyses module |
| src/analyses.ts | Adds hard-coded codeQualityQueries constant |
| init/action.yml | Updates quality-queries input description to indicate deprecation |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Extracted from #3064 to facilitate unblock removing AugmentationProperties from Config in a follow-up PR.
The quality-queries input will be removed in favour of analysis-kinds. Internally, we have already only used quality-queries with code-quality as argument, so hard-coding this here does not make a difference right now.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist