Skip to content

Conversation

haya14busa
Copy link
Member

@haya14busa haya14busa commented Feb 9, 2020

@ChadTaljaardt
Copy link

Thanks for this PR @haya14busa

@ChadTaljaardt
Copy link

Is there any update on this PR status? Can it be merged?

@seve
Copy link

seve commented Mar 16, 2020

Any update on merging this? I would love to be able to use this on my team's project

@ChadTaljaardt
Copy link

Our team might need to look into a different solution if this doesn't get reviewed soon, please if you get time can you merge this @mgrachev

"github.com/reviewdog/reviewdog"
)

// `path` to `position`(Lnum for new file) to comment `body`s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-circleci] reported by reviewdog 🐶
comment on exported type PostedComments should be of the form "PostedComments ..." (with optional leading article)

"github.com/reviewdog/reviewdog"
)

// `path` to `position`(Lnum for new file) to comment `body`s
Copy link
Contributor

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 🐶
comment on exported type PostedComments should be of the form "PostedComments ..." (with optional leading article)

@@ -1,3 +1,3 @@
package testdata

var X = 1
var X = 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review-subdir] reported by reviewdog 🐶
exported var X should have comment or be unexported

@haya14busa haya14busa changed the title [github-check,github-pr-check] Support subdir Support subdir for [github-check,github-pr-check] and fix subdir handling for other reporter as well May 3, 2020
@haya14busa
Copy link
Member Author

This PR was pending because I noticed that it actually didn't work well for other reporters like github-pr-review as well (#225).
I fixed it now, so I can merge it soon.

image

@haya14busa haya14busa merged commit 4a29dce into master May 3, 2020
@haya14busa haya14busa deleted the support-subdir branch May 3, 2020 12:48
haya14busa added a commit that referenced this pull request May 3, 2020
In doghouse flow, given annotation path is already relative path to the
root repository, but if it's running in GitHub actions, the relative
path was prepended again because it can run git command.

Disable relative path to project root handling if cwd is empty.

follow-up of #468
haya14busa added a commit that referenced this pull request May 3, 2020
In doghouse flow, given annotation path is already relative path to the
root repository, but if it's running in GitHub actions, the relative
path was prepended again because it can run git command.

Disable relative path to project root handling if cwd is empty.

follow-up of #468
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.

[github-pr-check,github-check] Support sub-directory run --reporter=github-pr-review does not work with sub directory
5 participants