golangci-lint/test
Tam Mach 18fd36bdd1
build(golang1.15): Upgrade to golang 1.15 for smaller binary (#1303)
Golang 1.15 comes to few improvements, one of them is to have smaller
binary.

This PR is to make golang 1.15 as default version in CI, I also update
Docker based image to golang:1.15* as well.

Two issues faced with golang 1.15:
- Conflict between -v in `golangci-lint` and `go test`. Update to --verbose
to avoid the same. [1]
- `nolintlint_unused.go` testdata is not matching regex. Correct by adding one
space after //

[1]: https://github.com/golang/go/issues/40763

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-08-19 09:05:32 +10:00
..
bench Add linter for nolint 2020-04-26 20:20:17 -07:00
testdata build(golang1.15): Upgrade to golang 1.15 for smaller binary (#1303) 2020-08-19 09:05:32 +10:00
testdata_etc Fix a false-positive from 'unused' (#585) 2019-09-09 16:10:49 +03:00
testshared Configure path prefix via processor abstraction (#1226) 2020-07-11 09:14:52 +10:00
.gitignore Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
data.go Group imports by package. 2019-10-01 18:09:47 -04:00
enabled_linters_test.go build(golang1.15): Upgrade to golang 1.15 for smaller binary (#1303) 2020-08-19 09:05:32 +10:00
errchk.go Upgrading to go-critic v0.5.0 (#1205) 2020-07-04 20:07:26 +00:00
fix_test.go Update to latest securego/gosec (#792) 2019-10-08 09:36:21 +03:00
linters_test.go Introduce gci as new linter (#1266) 2020-07-28 13:55:02 +03:00
run_test.go Sorting result.Issues implementation (golangci/golangci-lint#1217) (#1218) 2020-07-12 16:35:08 -05:00