3 Star 3 Fork 1

Hyperledger/fabric-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.golangci.yml 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright State Street Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
run:
deadline: 2m
linters:
disable-all: true
enable:
- gocyclo
- gofmt
- golint
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- structcheck
- unparam
- varcheck
linters-settings:
lll:
line-length: 150
issues:
exclude-rules:
# Exclude lll issues for long lines with go:generate
- linters:
- lll
source: "^//go:generate "
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/fabric-cli.git
[email protected]:hyperledger/fabric-cli.git
hyperledger
fabric-cli
fabric-cli
main

搜索帮助