1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-Gravity

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.golangci.yml 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
a-palchikov Отправлено 02.06.2021 18:42 6bd0d2e
issues:
exclude-rules:
- linters: gosimple
text: "S1002: should omit comparison to bool constant"
- linters:
- gosec
text: "G204: Subprocess launched with variable"
- linters:
- gosec
text: "G204: Subprocess launched with function call as argument or cmd arguments"
exclude-use-default: true
max-same-issues: 0
max-issues-per-linter: 0
linters-settings:
gosec:
excludes:
- G204
gofmt:
simplify: false
exhaustive:
default-signifies-exhaustive: true
linters:
disable-all: true
enable:
- revive
- goimports
- bodyclose
- deadcode
- depguard
- dogsled
- errcheck
- exportloopref
- exhaustive
- gofmt
- goimports
- goprintffuncname
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- noctx
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
output:
uniq-by-line: false
run:
skip-dirs:
- vendor
- mage
skip-dirs-use-default: false
timeout: 5m

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-Gravity.git
git@api.gitlife.ru:oschina-mirror/mirrors-Gravity.git
oschina-mirror
mirrors-Gravity
mirrors-Gravity
master