-
`istioctl validate -f samples/httpbin/httpbin.yaml`
yields
Error: error validating resource (/v1, Kind=Service Name=httpbin Namespace=): mixer API validation is not supported
and errorlevel 2…
-
Following #177, since I didn't open it and can't reopen the issue.
```
~/go/src/github.com/cncf/devstatscode
$ make
./for_each_go_file.sh "gofmt -s -w"
./for_each_go_file.sh "golint -set_exit_s…
utako updated
5 years ago
-
**Describe the bug**
[gometalinter](https://github.com/istio/istio/blob/78d2f0e7770557872a66a3886d8d5a3eef1863dc/bin/linters.sh#L33) is one of the lint tools that will be ran when invoking `make lint…
-
Just an FYI not sure why but your test suite crashed my laptop. Is that to be expected?
```
❯ make test
--> Checking for other consul instances
==> Building Consul - OSes: darwin, Architectures:…
-
please fix `go vet` error:
$ go vet ./adapter/...
# github.com/apigee/istio-mixer-adapter/adapter/analytics
adapter/analytics/analytics.go:159: result of fmt.Errorf call not used
h…
-
I am following instructions at https://github.com/cncf/devstats/blob/master/INSTALL_MAC.md to create the dev environment locally.
But when I run the step #4, `make` command, the error happens as f…
-
The following is the output of `make lint`.
```
+ /root/go/bin/gometalinter.v2 --install
Installing:
deadcode
dupl
errcheck
gas
goconst
gocyclo
goimports
golint
gosim…
-
I cannot seem to get consistent behavior with the istio/istio linters. It does not seem to match the output from `bin/fmt.sh` for checks like `goimports` or `go fmt -s`.
Running from HEAD:
```
…
-
I think `RuntimePolicies_TestsEgressToHost_Tests_Egress_To_Host` ran before this, grepping for the minute timestamps (`grep -inr '2018-09-01T15:47' *`) but the logs there look ok, although the cilium …
-
When I run `./bin/linters.sh` after #2631, I got huge number of lint errors. Some of them seem observed in Circle-CI too.
Majority of them are `composite literal uses unkeyed fields` by vet. I thin…