true by default ignore-calls: true gocritic: # Which checks should be enabled; can't be combined with 'disabled-checks'; # See https://go-critic.github.io/overview#checks-overview # To check which checks are enabled run `GL_DEBUG=gocritic golangci-lint run` # By default list of stab...
Whitespace Ignore whitespace Split Unified 2 changes: 2 additions & 0 deletions 2 .golangci.yml Original file line numberDiff line numberDiff line change @@ -23,6 +23,8 @@ issues: exclude: # The legacy hook relies on spec.Hooks.Prestart, which is deprecated as of the v1.2.0 OCI...
Whitespace Ignore whitespace Split Unified 19 changes: 13 additions & 6 deletions 19 .golangci.yaml Original file line numberDiff line numberDiff line change @@ -1,19 +1,26 @@ run: timeout: 5m linters: disable-all: true enable: - gci - gofumpt - staticcheck - gosimple - govet -...
GolangCI-Lint 是一个 Golang lint 聚合器,它的速度很快,平均速度是 gometalinter 的 5 倍 暂无标签 https://www.oschina.net/p/golangci-lint Go 等4 种语言 GPL-3.0 Code of conduct 发行版 暂无发行版 贡献者 (381) 全部 近期动态 1年前同步了仓库 1年多前同步了仓库 1年多前加...
.gitignore automatically stale issues 5年前 .golangci.example.yml Update whitespace to v0.0.4 (#786) 5年前 .golangci.yml Cleanup nolint directives. (#779) 5年前 .goreleaser.yml Add Alpine Linux images (#745) 5年前 .markdownlint.yaml fix markdownlint issues 6年前...
git diff --ignore-space-at-eol --exit-code name: go lint working_directory: /home/circleci/project/go/src/github.com/<< parameters.org >>/<< parameters.project_name >> test: description: | Run ginkgo tests on a standard circleci build agent environment: PROJECT_NAME: << parameters.pro...
Whitespace Ignore whitespace Split Unified .golangci.yml pkg/collector external_rps_collector.go 2 changes: 0 additions & 2 deletions 2 .golangci.yml Original file line numberDiff line numberDiff line change @@ -4,12 +4,10 @@ run: linters: disable-all: true enable: - deadcode -...
Bumps github.com/golangci/golangci-lint from 1.59.1 to 1.61.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.61.0 golangci-lint is a free and open-source project bui...
# - varcheck # deprecated - https://github.com/golangci/golangci-lint/issues/1841 - wastedassign enable-all: false disable-all: true fast: false run: timeout: 10m skip-dirs: - node_modules - public - web_src linters-settings: stylecheck: checks: ["all", "-ST...
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Errorf - (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf # enable or disable analyzers by name enable: - atomicalign enable-all: false disable: - shadow disable-all: false depguard: list-type: black...