Skip to content
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

[Example Interface Error ]use social auth model #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caelean
Copy link
Member

@caelean caelean commented Jan 7, 2025

[Example Interface Error ]use social auth model

@caelean caelean changed the title use social auth model [Example Interface Error ]use social auth model Jan 7, 2025
@gauge-demo
Copy link

gauge-demo bot commented Jan 7, 2025

Modularity Report

Main Modularity: 0%
Branch Modularity: 8.8% (+8.8%)

This PR increases modularity relative to the latest report on the main branch (1b9f3fe) by +8.8%.

Note: You can view the full report to dismiss these errors if they are acceptable.

Interface Errors

Usage Problem
sentry_plugins/github/webhooks/events/push.py:13 models.commitauthor.CommitAuthor is not part of the public interface for sentry.
sentry_plugins/bitbucket/repository_provider.py:4 models.options.organization_option.OrganizationOption is not part of the public interface for sentry.
sentry_plugins/github/webhooks/events/pull_request.py:5 models.pullrequest.PullRequest is not part of the public interface for sentry.
sentry_plugins/github/webhooks/events/push.py:16 models.repository.Repository is not part of the public interface for sentry.
sentry_plugins/github/webhooks/non_integration.py:9 models.organization.Organization is not part of the public interface for sentry.
sentry_plugins/github/webhooks/events/installation_repository.py:3 models.repository.Repository is not part of the public interface for sentry.
sentry_plugins/github/webhooks/events/pull_request.py:4 models.commitauthor.CommitAuthor is not part of the public interface for sentry.
sentry_plugins/bitbucket/endpoints/webhook.py:15 models.commit.Commit is not part of the public interface for sentry.
sentry_plugins/github/webhooks/events/push.py:15 models.organization.Organization is not part of the public interface for sentry.
sentry_plugins/heroku/plugin.py:12 models.options.project_option.ProjectOption is not part of the public interface for sentry.
... ...
17 more violations. See full report for details.

Dependency Errors

Usage Problem
sentry_plugins/github/webhooks/non_integration.py:9 Cannot importmodels.organization.Organization. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/webhooks/events/installation_repository.py:3 Cannot importmodels.repository.Repository. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/webhooks/events/pull_request.py:4 Cannot importmodels.commitauthor.CommitAuthor. Module sentry_plugins cannot depend on sentry.
sentry_plugins/bitbucket/endpoints/webhook.py:15 Cannot importmodels.commit.Commit. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/webhooks/events/push.py:15 Cannot importmodels.organization.Organization. Module sentry_plugins cannot depend on sentry.
sentry_plugins/heroku/plugin.py:12 Cannot importmodels.options.project_option.ProjectOption. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/plugin.py:17 Cannot importmodels.repository.Repository. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/webhooks/events/pull_request.py:6 Cannot importmodels.repository.Repository. Module sentry_plugins cannot depend on sentry.
sentry_plugins/github/plugin.py:15 Cannot importmodels.options.organization_option.OrganizationOption. Module sentry_plugins cannot depend on sentry.
sentry_plugins/jira/plugin.py:12 Cannot importmodels.groupmeta.GroupMeta. Module sentry_plugins cannot depend on sentry.
... ...
15 more violations. See full report for details.

@caelean caelean closed this Jan 29, 2025
@caelean caelean reopened this Jan 29, 2025
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.

1 participant