-
Hello, I own PnutMux routing module at gitlab.com/fruitygo/pnutmux.
https://goreportcard.com/report/gitlab.com/fruitygo/pnutmux
Sadly, even after correcting the following lines, I use the refres…
-
To ensure code quality, enforce linting and formatting in a CI.
For formating use `go fmt`.
For linting, since `golint` is deprecated, maybe `go vet` or `staticcheck`.
Determine if commit hooks are…
-
on some functions, to make error handling cleaner, I put a sentinel on defer to take care of undoing incomplete "transactions". it looks like this:
```go
func doThings(...) error {
var ok boo…
-
On this PR: https://github.com/google/go-safeweb/runs/4009332391?check_suite_focus=true
I get:
```
Run [ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
[ "$(gofmt -l $(find . -name '*.go')…
-
### Expected Behavior
https://goreportcard.com/report/github.com/united-manufacturing-hub/united-manufacturing-hub
currently not updating, therefore quality of our go code undetermined.
### Curre…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.82.2
- OS Version: Ubuntu 20.04.6 LTS (focal)
Steps to Reproduce:
I followed [the troub…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.90.0
- OS Version: Ubuntu 24.04
Steps to Reproduce:
1. Update VSCode to 1.90.0
2. Star…
-
Seems like test coverage is the big area where this project is lacking. Could also clean out a lot of the cmd/test apps that are no longer needed.
=========================================
Their r…
-
I use goreportcard in my project: https://github.com/indeedeng/iwf
And I have fixed the fmt to get a A+
https://goreportcard.com/report/github.com/indeedeng/iwf
But the badge is not updated afte…
-
Type: Bug
After update of VSCode to version 1.90.0, holding the mouse on some links cause VSCode to crash. One example of this that is ALWAYS crashing for me is by holding the mouse on the "Editor …