Skip to content

Commit

Permalink
Chore repo maintenance (#50)
Browse files Browse the repository at this point in the history
* chore(go): 1.16.5

* chore(ci): golint is replaced by revive.

* chore(go): update dependencies.

* chore(legal): update NOTICE.
  • Loading branch information
Zenithar authored Jun 4, 2021
1 parent 031f6bc commit 8ab3469
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ linters:
- gofmt
- goheader
- goimports
- golint
# - gomnd
- goprintffuncname
- gosec
Expand All @@ -212,6 +211,7 @@ linters:
- nakedret
- noctx
- nolintlint
- revive
- rowserrcheck
- staticcheck
- structcheck
Expand Down
Loading

0 comments on commit 8ab3469

Please sign in to comment.