Skip to content

Commit

Permalink
tests/provider: Temporarily disable staticcheck in golangci-lint conf…
Browse files Browse the repository at this point in the history
…iguration by default

We may want to wait until staticcheck 2019.1.1:

* golangci/golangci-lint#445
* https://github.com/dominikh/go-tools/releases/tag/2019.1.1

Still trying to workaround memory issues in TravisCI:

```
$ make lint
==> Checking source code against linters...
fatal error: runtime: out of memory```
```
  • Loading branch information
bflad committed Mar 18, 2019
1 parent f0efe54 commit 7dc8adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ linters:
- gosimple
- ineffassign
- misspell
- staticcheck
- structcheck
- unconvert
- unused
Expand Down

0 comments on commit 7dc8adf

Please sign in to comment.