1 Star 0 Fork 0

sintall.com/prometheus-adapter

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.golangci.yml 611 Bytes
Copy Edit Raw Blame History
Olivier Lemasle authored 2022-12-08 23:12 . Add stylecheck linter
run:
deadline: 5m
linters:
disable-all: true
enable:
- bodyclose
- dogsled
- dupl
- errcheck
- exportloopref
- gocritic
- gocyclo
- gofmt
- goimports
- gosec
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- revive
- staticcheck
- stylecheck
- typecheck
- unconvert
- unused
- whitespace
linters-settings:
goimports:
local-prefixes: sigs.k8s.io/prometheus-adapter
revive:
rules:
- name: exported
arguments:
- disableStutteringCheck
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/limary_admin/prometheus-adapter.git
git@gitee.com:limary_admin/prometheus-adapter.git
limary_admin
prometheus-adapter
prometheus-adapter
master

Search