-
Notifications
You must be signed in to change notification settings - Fork 869
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
Remove empty files and move redundant folders to simplify project structure #2839
Changes from all commits
ab5b5a0
86c8a68
3cf11de
da49d9e
dd4175e
1f7723e
bfd6b23
d858c00
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from augur.tasks.github.contributors.tasks import * | ||
from augur.tasks.github.events.tasks import * | ||
from augur.tasks.github.issues.tasks import * | ||
from augur.tasks.github.messages.tasks import * | ||
from augur.tasks.github.contributors import * | ||
from augur.tasks.github.events import * | ||
from augur.tasks.github.issues import * | ||
from augur.tasks.github.messages import * | ||
from augur.tasks.github.pull_requests.tasks import * | ||
from augur.tasks.github.repo_info.tasks import * | ||
from augur.tasks.github.releases.tasks import * |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
from augur.tasks.github.pull_requests.files_model.tasks import process_pull_request_files | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.github.pull_requests.commits_model.tasks import process_pull_request_commits | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.git.dependency_tasks.tasks import process_ossf_dependency_metrics | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.github.traffic.tasks import collect_github_repo_clones_data | ||
from augur.tasks.github.traffic import collect_github_repo_clones_data | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.gitlab.merge_request_task import collect_gitlab_merge_requests, collect_merge_request_metadata, collect_merge_request_commits, collect_merge_request_files, collect_merge_request_comments | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.gitlab.issues_task import collect_gitlab_issues, collect_gitlab_issue_comments | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
from augur.tasks.gitlab.events_task import collect_gitlab_issue_events, collect_gitlab_merge_request_events | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pylint] reported by reviewdog 🐶 |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
C0114: Missing module docstring (missing-module-docstring)