forked from tendermint/tendermint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v0.31.0' into breakingChange
Related: leapdao/leap-node#184
- Loading branch information
Showing
483 changed files
with
36,634 additions
and
14,341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
run: | ||
deadline: 1m | ||
|
||
linters: | ||
enable-all: true | ||
disable: | ||
- gocyclo | ||
- golint | ||
- maligned | ||
- errcheck | ||
- staticcheck | ||
- interfacer | ||
- unconvert | ||
- goconst | ||
- unparam | ||
- nakedret | ||
- lll | ||
- gochecknoglobals | ||
- gocritic | ||
- gochecknoinits | ||
- scopelint | ||
- stylecheck | ||
|
||
# linters-settings: | ||
# govet: | ||
# check-shadowing: true | ||
# golint: | ||
# min-confidence: 0 | ||
# gocyclo: | ||
# min-complexity: 10 | ||
# maligned: | ||
# suggest-new: true | ||
# dupl: | ||
# threshold: 100 | ||
# goconst: | ||
# min-len: 2 | ||
# min-occurrences: 2 | ||
# depguard: | ||
# list-type: blacklist | ||
# packages: | ||
# # logging is allowed only by logutils.Log, logrus | ||
# # is allowed to use only in logutils package | ||
# - github.com/sirupsen/logrus | ||
# misspell: | ||
# locale: US | ||
# lll: | ||
# line-length: 140 | ||
# goimports: | ||
# local-prefixes: github.com/golangci/golangci-lint | ||
# gocritic: | ||
# enabled-tags: | ||
# - performance | ||
# - style | ||
# - experimental | ||
# disabled-checks: | ||
# - wrapperFunc | ||
# - commentFormatting # https://github.com/go-critic/go-critic/issues/755 |
Oops, something went wrong.