-
Notifications
You must be signed in to change notification settings - Fork 0
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
Temp2 #14
Temp2 #14
Conversation
"fmt" | ||
"sync" | ||
|
||
"github.com/reviewdog/reviewdog/filter" |
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.
"sync" | ||
|
||
"github.com/reviewdog/reviewdog/filter" | ||
"github.com/reviewdog/reviewdog/proto/rdf" |
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.
"io" | ||
"os" | ||
|
||
"github.com/reviewdog/reviewdog/diff" |
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.
|
||
"github.com/reviewdog/reviewdog/diff" | ||
"github.com/reviewdog/reviewdog/filter" | ||
"github.com/reviewdog/reviewdog/parser" |
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.
sm sync.Map | ||
} | ||
|
||
type Result struct { |
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.
[golint-pr-review] reported by reviewdog 🐶
exported type Result should have comment or be unexported
return l | ||
} | ||
|
||
type FilteredResult struct { |
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.
[golint-pr-review] reported by reviewdog 🐶
exported type FilteredResult should have comment or be unexported
PR Description updated to latest commit (964fc8d) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
Failed to generate code suggestions for PR |
Type
enhancement
Description
TestReviewdog_Run_clean_path
,TestReviewdog_Run_returns_nil_if_fail_on_error_not_passed_and_some_errors_found
,TestReviewdog_Run_returns_error_if_fail_on_error_passed_and_some_errors_found
) andExampleReviewdog
function inreviewdog_test.go
.pr_agent.yml
) for PR agent to run on specific events.package.json
.Changes walkthrough
reviewdog_test.go
Added test functions and ExampleReviewdog function
reviewdog_test.go
['Added
ExampleReviewdog
function for testing Reviewdog functionality.', 'Added test functions forTestReviewdog_Run_clean_path
,TestReviewdog_Run_returns_nil_if_fail_on_error_not_passed_and_some_errors_found
, andTestReviewdog_Run_returns_error_if_fail_on_error_passed_and_some_errors_found
.']pr_agent.yml
Added PR agent workflow file
.github/workflows/pr_agent.yml
['Added a workflow file for PR agent to run on specific events.']
package.json
Added dev dependencies in package.json
package.json
['Added dev dependencies for textlint and eslint-formatter-sarif.']