codereview
Here are 76 public repositories matching this topic...
reviewdog/reviewdog#405 introduced the -tee option, but there is no mention of the feature in the readme. This would be helpful info for us who are trying to implement/debug this tool
-
Updated
Jun 11, 2020 - Python
As requested, I am pointing to a comment you solicited regarding some improvements I would suggest for dawnscanner. The improvements are:
- Document all scans that are performed, grouping them by type of scan and detailing what they scan
- Consider not using a centralized scan directory at the top level of the user home dir
- Document the scan results DB and dir structure
For original com
-
Updated
Jun 15, 2020 - Java
docs --debug panics
lingo run docs --debug panics:
panic: close of nil channel
goroutine 20 [running]:
github.com/codelingo/codelingo/sdk/flow.(*flowRunner).setHelp.func1(0xb19280, 0xc4200be008, 0xac6e21, 0x3cb, 0xa4c000, 0x10edf60)
/home/jesse/go/src/github.com/codelingo/codelingo/sdk/flow/cli.go:89 +0x1a7
github.com/codelingo/codelingo/vendor/github.com/urfave/cli.ShowAppHelp(0xc4200c91e0, 0xc4200b
-
Updated
Sep 12, 2019 - Python
Hi,
First I want to say this is good idea which can be very useful.
One thing that I found is that in the "Merge Request's Changes" diff is generated between the base commit and HEAD, but it should be between target branch and HEAD.
The command git diff target-branch...merge-request-branch gives exactly what we need.
The problem is visible if there is a long running MR with
-
Updated
Aug 9, 2019 - Kotlin
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Nov 8, 2019
-
Updated
Feb 6, 2020 - Python
I've installed the plugin and the GitHub Reviews tab just says "Nothing to see here"
I'm assuming that I need to configure it somewhere but can't see where.
I'm working on a private repository if that makes any difference.
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jan 11, 2020 - Shell
-
Updated
Oct 2, 2017 - C#
-
Updated
Sep 6, 2018 - JavaScript
-
Updated
Oct 17, 2019 - Go
-
Updated
Apr 1, 2019 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Mar 1, 2017 - Ruby
-
Updated
Jun 6, 2020 - Java
Improve this page
Add a description, image, and links to the codereview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codereview topic, visit your repo's landing page and select "manage topics."


unit test coverage is always 0% , even the log shows that "Linter:UnitTest over".
command:
goreporter -p ./ -r /Users/jeffrey -f html
log:
2018/11/11 19:33:45 The template path is not specified,and will use the default template
2018/11/11 19:33:45 There are no packages that are excepted, review all items of the package
2018/11/11 19:33:45 Linter:CountCode over,time consumi