-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Integrate airbyte repo with SonarQube #7881
Comments
Follow up issue https://github.com/airbytehq/airbyte-cloud/issues/659.
|
As were discussed, we should implement the following flow:
|
Tell us about the problem you're trying to solve
Many issues we have nowadays can be avoided even with static analysis.
We're going to evaluate the code quality using SonarQube. Using that tool we would be able to see all connectors' info in one place and have a good overview of the project code quality.
Describe the solution you’d like
We're going to generate the SonarQube analytics, base on our tests, pylint and other inner code analytics tools.
To do that we need to implement the following steps:
Subtasks
Describe the alternative you’ve considered or used
No alternative with given flow
The text was updated successfully, but these errors were encountered: