Skip to content

Commit

Permalink
Upgrade golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Feb 7, 2020
1 parent 0ec738c commit 61c9d31
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ linters:
enable-all: true
disable:
- godox
- gomnd

issues:
exclude-rules:
- path: _test\.go
linters:
- funlen
- gocognit
- gocritic
- scopelint
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/MarioCarrion/nit

go 1.13

require (
github.com/golangci/golangci-lint v1.20.0
github.com/golangci/golangci-lint v1.23.3
github.com/google/go-cmp v0.2.0
github.com/pkg/errors v0.8.1
)

go 1.13
Loading

0 comments on commit 61c9d31

Please sign in to comment.