GitHub Code Quality in public preview #177488
Replies: 11 comments 16 replies
-
|
This is an amazing feature! Especially great to see a blend of AI scan and CodeQL. I have couple of questions:
|
Beta Was this translation helpful? Give feedback.
-
|
Also, we just turned on GitHub Code Quality for our open source organisation! Check it out here: github.com/logchange Thanks to the GitHub team for creating this feature — it’s already making our reviews smoother! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Great to see this come to public preview! Do you anticipate enabling additional quality checkers to provide results to GitHub Code Quality, similar to how GHAS supports uploading SARIF files from tools which are capable of exporting data in that format? For example, our developers already use popular tools for their respective ecosystems (e.g., ruff for Python) locally and in their pipelines, and being able to understand these code quality findings at scale through GitHub Code Quality would be incredibly helpful |
Beta Was this translation helpful? Give feedback.
-
|
This is great and looks like its finding some real issues. It really needs to run on PR and allow the repo to gate based on level (i.e. Warning Error) |
Beta Was this translation helpful? Give feedback.
-
|
Is there some way to get the Code Quality info via the Github API's? |
Beta Was this translation helpful? Give feedback.
-
Did you forget to mention Rust or is that somehow not supported despite being the most loved language for several years in a row (according to stackoverflow)? 🤔 |
Beta Was this translation helpful? Give feedback.
-
|
I tried to set code quality thresholds for pull requests |
Beta Was this translation helpful? Give feedback.
-
|
It needs to be easy to tell Code Quality to ignore specific files (especially minified files). https://github.com/check-spelling-sandbox/adk-python/security/quality
|
Beta Was this translation helpful? Give feedback.
-
|
Consider:
Compare: https://github.com/check-spelling-sandbox/adk-python/security/quality/rules/js%2Fuseless-expression
|
Beta Was this translation helpful? Give feedback.
-
|
This has the potential to be so useful! Reviewing your work and getting valuable feedback is so crucial, and this will be another way for organizations to do so; even individuals can improve their work from such feedback. Good stuff! |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub Code Quality is now available in public preview! It turns every pull request into an opportunity to improve. With in-context findings, one-click Copilot fixes, and reliability and maintainability scores, you spend less time chasing nits and more time building. It’s there when you need it most, surfacing quality issues both in the pull request and the backlog so you can fix technical debt on your schedule.
Who this is for
Developers and engineering teams who want in‑context feedback about the quality of their code and an easier way to turn technical debt into reviewable fixes.
Highlights
How to try it
Coming soon
Availability and pricing
GitHub Code Quality is available today for GitHub Enterprise Cloud and Team, but not available on Enterprise Server. It's free during the preview period, however scans will incur Actions minutes.
Learn more
Check out our GitHub Code Quality documentation
🌟Leave a comment!
Join the discussion and leave feedback in the comments below!
Disclaimer: The UI for features in public preview is subject to change.
Beta Was this translation helpful? Give feedback.
All reactions